Michaël Van Canneyt
|
2c9870f85a
* Attributes must be assigned only to elements before the first colon
|
1 年之前 |
Frederic Kehrein
|
ba55932929
Fixing trying to consume ID for anonymous switch field
|
1 年之前 |
Nikolay Nikolov
|
fce34eb4bf
+ disallow WebAssembly reference types in records, objects and classes
|
2 年之前 |
Jonas Maebe
|
7f41bb4718
JVM: add typesym for anonymous record typed constants
|
2 年之前 |
Sven/Sarah Barth
|
d1d0afe337
* handle_calling_convention is only needed for a function reference used in a record/class/object when it's an anonymous one
|
2 年之前 |
Sven/Sarah Barth
|
c43f671baa
* check whether the hdef is still a procvardef before accessing it as such
|
2 年之前 |
Sven/Sarah Barth
|
62a57bf82e
* fix #39903: correctly parse anonymous function references in records (and classes/objects)
|
2 年之前 |
Ondrej Pokorny
|
761f65cef8
do not publish enums with jumps - keep error on static properties
|
3 年之前 |
Ondrej Pokorny
|
55629aeb19
do not publish enums with jumps
|
3 年之前 |
florian
|
ceda27ae25
* allow type parameters in variant parts of records as we do not now
|
3 年之前 |
Jonas Maebe
|
60b0bc5535
read_record_fields: fix overflows of variant record size variables
|
3 年之前 |
Sven/Sarah Barth
|
533a11ec80
* correctly handle calling convention for function references
|
3 年之前 |
Sven/Sarah Barth
|
e8b0fc88e3
* correctly handle directives for function references
|
3 年之前 |
Sven/Sarah Barth
|
2ed2c21313
+ add support for parsing function references
|
3 年之前 |
Sven/Sarah Barth
|
0bbfad1add
* apply patch by Blaise.ru:
|
3 年之前 |
Sven/Sarah Barth
|
3aebcccdf2
* allow procvars to not be registered right away
|
4 年之前 |
Pierre Muller
|
5acd7a7b83
Rename tsymtable.insert and delete methods to insertsym ands deletesym
|
3 年之前 |
florian
|
ae89261008
* prevent that a absolute symbol references itself, resolves #39604
|
3 年之前 |
Jonas Maebe
|
15865e7602
Record variant discriminators: check types
|
3 年之前 |
nickysn
|
ea5ffd597f
* set self to nil in current_module.deflist for registered defs in the
|
4 年之前 |
nickysn
|
81bd473439
* fixed win32 testsuite regressions after r49084
|
4 年之前 |
nickysn
|
8ec71bc810
* fixed memory leak, introduced accidentally in r48998
|
4 年之前 |
nickysn
|
d608b4b689
* instead of registering all and then deleting non-propgetter/setter procdefs in
|
4 年之前 |
nickysn
|
811cf381ad
* when parsing unions, set the uniondef reference to nil in
|
4 年之前 |
Jonas Maebe
|
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
|
5 年之前 |
svenbarth
|
60345366f2
* fix for Mantis #35140: apply patch by Ryan Joseph together with some further changes by me to add support for constant parameters in generics
|
5 年之前 |
Jonas Maebe
|
a051b8d225
- remmoved doregister parameter from t*sym constructors, as the registration
|
5 年之前 |
Jonas Maebe
|
d8903ce6b3
- removed maxcrecordalign parameter/field from recordsymtables, as this value
|
6 年之前 |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 年之前 |
Jonas Maebe
|
ed2ae508d0
* only add hidden parameters for objectdef methods after generating the vmt,
|
6 年之前 |