Jonas Maebe
|
bc77aad3d9
* give an error when trying to call through to a C varargs routine with a
|
6 éve |
Jonas Maebe
|
b2b34338e5
* give an error when trying to call an object instance method via a type node
|
6 éve |
florian
|
10ab893de3
* improved explanation for warning 9034
|
6 éve |
svenbarth
|
425e9114f5
+ add error message that a record or object type is required
|
6 éve |
marco
|
b60cbf3329
* systematically capitalize first word of errormsg/sentence, patch by J. Gareth Moreton, mantis 34618
|
6 éve |
yury
|
5c5dc2ed50
* Changed verbosity of ""???" not yet supported inside inline procedure/function" to note to be consistent with note "Call to subroutine "?" marked as inline is not inlined".
|
6 éve |
pierre
|
4c0a213f0d
Add -Tlinux and -Tembedded help lines for riscv32 and riscv64 compilers
|
6 éve |
florian
|
a34d4e715c
Merged riscv_new branch
|
6 éve |
svenbarth
|
cfe75ca0fd
+ add messages to use when generic types of a definition do not match with its declaration
|
7 éve |
florian
|
3c69f9a066
+ basic infrastructure to generate code for floating point exception
|
7 éve |
florian
|
0eea2141f6
* patch by J. Gareth Moreton: clarity in directive conflict error messages, resolves #33754
|
7 éve |
svenbarth
|
0a45d7a774
+ add a message that is used when a threadvar section is started inside a class or record without the "class"
|
7 éve |
svenbarth
|
7522a34a67
+ add a message that can be used if an internal operator hides an existing operator overload
|
7 éve |
svenbarth
|
b7cc225149
* revert r39043 and r39045 which disallow static array constants inside dynamic constants for Delphi modes
|
7 éve |
svenbarth
|
74ca92b5dc
+ add a message that will be used to complain about static array constants inside dynamic array constants for
|
7 éve |
nickysn
|
9a4a61ab97
* automatically switch to external linking (and show message) when requested to
|
7 éve |
nickysn
|
600b460ecd
+ added new debug output option -godwarfomflinnum for generating line number
|
7 éve |
nickysn
|
b80642c384
+ started implementing support for generating Microsoft CodeView debug
|
7 éve |
svenbarth
|
56f36e6509
+ add a diagnostic mesage for the used unit scopes
|
7 éve |
svenbarth
|
aa38d6f831
* adjust text for -FN<x> to include both "namespace" and "unit scope"
|
7 éve |
svenbarth
|
7e1a058bb2
* document new -FN<x> option
|
7 éve |
florian
|
42d6e81c33
* made message about subroutines not being inlined a note instead of a hint, see also #33515
|
7 éve |
nickysn
|
602dd31a45
+ added a warning for using cs/ds/es/ss segment overrides in inline assembly on
|
7 éve |
pierre
|
46d83d296b
Add more missing -T options
|
7 éve |
pierre
|
ed15a50562
Add missing arm/i8086 targets
|
7 éve |
pierre
|
5fe20f3f9d
Add an explicit comment inside help pages
|
7 éve |
nickysn
|
45fdd7655d
+ support concatenation of references in x86 intel syntax inline asm:
|
7 éve |
florian
|
62df4a4083
* patch by Christo Crause: more descriptive error message when BRxx destination out of reach
|
7 éve |
florian
|
73aef1402b
+ compiler writes a hint if a subroutine marked as inline cannot be/is not inlined, resolves #31717
|
7 éve |
florian
|
d031545f88
* warn if the first constant element of a range set expression is greater than the second one, resolves #31936
|
7 éve |