paul
|
525f4fea43
compiler: prepare collect_overloads_in_struct to work with operators, replace tprocsym argument in proc_add to tsymtable because tprocsym is only used to get the symtable
|
14 gadi atpakaļ |
paul
|
d97cf8ed9d
compiler: implement IN operator which was known by compiler but was not supported. + test
|
14 gadi atpakaļ |
paul
|
92d6503704
compiler: rename _EQUAL token to _EQ to prevent problems with adding delphi operator names which contains "EQUAL" name, also rename _UNEQUAL to _NE for consistency
|
14 gadi atpakaļ |
paul
|
8c0c614d5a
compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test
|
14 gadi atpakaļ |
paul
|
0f15d89f0a
compiler: formatting
|
14 gadi atpakaļ |
paul
|
56bf42de57
compiler: implement record methods and class methods:
|
14 gadi atpakaļ |
florian
|
eb3644140a
* patches from Aleksa Todorovic for #15480 to improve error reporting, does not resolve #15480
|
15 gadi atpakaļ |
Jonas Maebe
|
5e84c557fa
* don't internalerror when a property is hidden by a method in a child class
|
15 gadi atpakaļ |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
15 gadi atpakaļ |
daniel
|
3307d98c40
- Revert micro-exe mode for now.
|
15 gadi atpakaļ |
daniel
|
2139a229d3
+ If no unit is used, no symbol inside the system unit is used,
|
15 gadi atpakaļ |
Jonas Maebe
|
f0114a8d4e
- removed unused variable after r15918
|
15 gadi atpakaļ |
Jonas Maebe
|
c43fda1fe1
* enabled maybe_call_procvar() also for macpas mode (calls procvars that
|
15 gadi atpakaļ |
Jonas Maebe
|
80086184d3
* mark values typecasted to regular array types and indexed as non-regable,
|
15 gadi atpakaļ |
Jonas Maebe
|
5ca1bd2a32
* if the unit of a procedure call is explicitly specified, limit the search
|
15 gadi atpakaļ |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 gadi atpakaļ |
Jonas Maebe
|
653974f679
* also give a "potential range error" hint with -CO in case the sizes
|
15 gadi atpakaļ |
Jonas Maebe
|
0cfc6e1cac
+ support for "univ" in macpas mode: a parameter modifier that allows
|
15 gadi atpakaļ |
Jonas Maebe
|
025ec34e4d
+ "CExtended" type that is the same as "extended", but conforming to the
|
15 gadi atpakaļ |
paul
|
009ef9184d
compiler: add dispinterfaces to most of places where something is comparing to usual interfaces since they are not very different things
|
15 gadi atpakaļ |
paul
|
74cc1e0bab
compiler: allow 'as' for dispinterface, allow comparisons of dispinterface and pointers (issue #0015530, issue #0015529)
|
15 gadi atpakaļ |
florian
|
d56bd6d246
* give better error messages if an operator is not overloaded
|
15 gadi atpakaļ |
Jonas Maebe
|
58c7c2f636
* fixed compilation in case overflow checking is enabled, but range
|
15 gadi atpakaļ |
paul
|
b084d70ae4
compiler: cleanup - remove unused variables
|
15 gadi atpakaļ |
Jonas Maebe
|
e254d607d6
* support arrayconstructornodes of procvars (mantis #15391)
|
15 gadi atpakaļ |
Jonas Maebe
|
af85e45b67
+ support for id.anyobjcmethodinscope() calls for Objective-Pascal code,
|
16 gadi atpakaļ |
Jonas Maebe
|
559e284bd0
* merged r13762-14047 from trunk
|
16 gadi atpakaļ |
paul
|
5f7bc2d3b5
compiler:
|
16 gadi atpakaļ |
paul
|
aa5a5e79ce
merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,13950,13951,13952,13983,13994:
|
16 gadi atpakaļ |
paul
|
e784ec1079
merge revisions 13898-13899:
|
16 gadi atpakaļ |