paul
|
ef9d010cc3
complier: continue enumerator implementation:
|
15 年之前 |
florian
|
a1179733a7
+ tsym.prettyname
|
16 年之前 |
Jonas Maebe
|
1f6ec379de
* moved field definitions before method/property definitions (see mantis
|
16 年之前 |
peter
|
36cad44923
* refactor is_visible_for_object
|
16 年之前 |
peter
|
0f6f1a9c97
* remove obsolete unchain_overloads
|
16 年之前 |
peter
|
9086a2549d
* refactor overload collection in tcallcandidates. separate
|
16 年之前 |
peter
|
8419161964
* current_objectdef is now always valid when parsing is within the
|
16 年之前 |
peter
|
a3a66ba74d
* split tvisibility from tsymoptions
|
16 年之前 |
peter
|
af437d5beb
* refactor the forward type declaration handling, remove
|
16 年之前 |
peter
|
84112032c3
* rename aktobjectdef to current_objectdef
|
16 年之前 |
Jonas Maebe
|
597622d313
* moved the forwardchecksyms back to symbase (but the main functionality
|
17 年之前 |
Jonas Maebe
|
0b815a6fff
- removed global "resolving_forward" variable (was no longer used)
|
17 年之前 |
Jonas Maebe
|
156acf3817
* fixed version of r11719 (faster parsing of units with lots of declarations
|
17 年之前 |
Jonas Maebe
|
f35051f76e
- reverted r11719, there are still some problems with it
|
17 年之前 |
Jonas Maebe
|
632abdace8
* keep the syms that need to be checked for forward definitions in a
|
17 年之前 |
florian
|
19c7d1d14c
* reset aktobjectdef before compilation, resolves #10971
|
17 年之前 |
Jonas Maebe
|
a324744cbe
* fixed checking for defined/undefined macro's in the configuration file
|
17 年之前 |
micha
|
3e1149f740
* fix alignrecord fieldoffset size
|
17 年之前 |
micha
|
4b8486e55b
* fix r10544 to take care of packed objects
|
17 年之前 |
yury
|
9bca56ac44
* Don't issue "Local variable is assigned but never used" warning for external variables.
|
17 年之前 |
Jonas Maebe
|
c05f18a1b0
* catch duplicate field declarations in a single class in Delphi mode
|
17 年之前 |
florian
|
5c96c4a671
+ first part of support for an unicodestring type
|
17 年之前 |
tom_at_work
|
37695af02b
* added missing assignment check when searching for a symbol in a class, fixing bug #9673
|
18 年之前 |
Jonas Maebe
|
0567329343
* the "external alignment" (i.e., that of their starting addresses) of
|
18 年之前 |
peter
|
0fc65c5eec
* for tp mode don't allow unitname reuse
|
18 年之前 |
florian
|
8b11f99765
* let the dfa do the detection of unset function results if possible
|
18 年之前 |
peter
|
703b8855cc
* allow local procsym in delphi mode
|
18 年之前 |
florian
|
d50f869bbd
+ allow local const symbols to override class members in delphi mode
|
18 年之前 |
florian
|
72d49f3033
* reverted r7675
|
18 年之前 |
florian
|
01a4737b10
+ local symbols can hide class members in delphi mode
|
18 年之前 |