mrdudz
|
d6c37a757d
|
Merge branch 'master' into underscores
|
2022-11-19 17:11:11 +01:00 |
|
Bob Andrews
|
3513342445
|
Merge pull request #1913 from acqn/Diagnostics
[cc65] Improved diagnostics on div-by-zero/bitwise-shift in unevaluated context and overall
|
2022-11-18 19:55:51 +01:00 |
|
Bob Andrews
|
a0a9cfdcd3
|
Merge pull request #1918 from acqn/PPFix
[cc65] Fixed bitwise-shift in preprocessor
|
2022-11-18 19:09:55 +01:00 |
|
Bob Andrews
|
93b015660d
|
Merge pull request #1899 from acqn/TypeCmpFix
[cc65] Fixed compatibility checks on "pointer to pointer" vs "pointer to array" etc.
|
2022-11-18 19:04:35 +01:00 |
|
mrdudz
|
b166dc4261
|
hopefully thats it
|
2022-11-18 18:19:31 +01:00 |
|
mrdudz
|
bbe8c62e9d
|
coffee
|
2022-11-18 18:13:15 +01:00 |
|
mrdudz
|
a6feeac5ed
|
or msvc I64u ?
|
2022-11-18 18:10:07 +01:00 |
|
mrdudz
|
ca94cfcbac
|
that perhaps?
|
2022-11-18 18:03:40 +01:00 |
|
mrdudz
|
4c6fddd300
|
i want a cookie each time i do this
|
2022-11-18 17:58:12 +01:00 |
|
mrdudz
|
feb839e7f0
|
narrisch werd i!
|
2022-11-18 17:55:22 +01:00 |
|
mrdudz
|
8a9029d393
|
hnnngg
|
2022-11-18 17:50:32 +01:00 |
|
mrdudz
|
c6ecee0748
|
Babydino sagt: nochmal!
|
2022-11-18 17:45:21 +01:00 |
|
mrdudz
|
5fb20dec91
|
commit message
|
2022-11-18 17:41:22 +01:00 |
|
mrdudz
|
5638e0916a
|
spül es noch einmal, Sam
|
2022-11-18 17:39:35 +01:00 |
|
acqn
|
dadca9e033
|
Fixed bitwise-shift in PP.
|
2022-11-13 16:32:41 +08:00 |
|
acqn
|
3bcfa735cb
|
clearer comments on and usage of code generator flags with type conversions in the primary register.
|
2022-11-13 14:57:48 +08:00 |
|
acqn
|
9d693d2c80
|
Warnings instead of errors for division-by-zero/modulo-with-zero in evaluation.
|
2022-11-12 22:13:56 +08:00 |
|
acqn
|
73897aface
|
Additional check for out of ranges of bit-fields in bitwise-shifts.
|
2022-11-12 12:36:22 +08:00 |
|
acqn
|
75be73cc8d
|
Added utility functions to acquire bit width of types.
|
2022-11-12 12:32:27 +08:00 |
|
acqn
|
d0c9b2de99
|
Added basic shift count check for <<= and >>= operations.
|
2022-11-12 12:34:16 +08:00 |
|
acqn
|
2c3ca15d90
|
Fixed marking unevaluated subexpressions for conditional operator.
|
2022-11-12 12:32:27 +08:00 |
|
Bob Andrews
|
6924d44564
|
Merge pull request #1911 from acqn/TypeFix
[cc65] Organized type-related stuff better
|
2022-11-11 22:05:45 +01:00 |
|
Bob Andrews
|
ec2688b50e
|
Merge pull request #1910 from acqn/DeclFix
[cc65] Renamed a few functions and struct used for declaration parser
|
2022-11-11 21:41:04 +01:00 |
|
Bob Andrews
|
9c48c0ab8a
|
Merge pull request #1900 from acqn/Diagnostics
[cc65] Fixed endlessly repeated error messages when a declaration lacks a required identifier
|
2022-11-11 21:08:53 +01:00 |
|
acqn
|
e10b5fd79b
|
Renamed a few functions and struct used for declaration parser.
|
2022-11-08 14:42:52 +08:00 |
|
Silver Dream !
|
2dcccae036
|
Updated ATTR_UNUSED() for clang
|
2022-11-06 11:27:08 +00:00 |
|
mrdudz
|
5d1ad05cb8
|
oops
|
2022-11-05 20:48:53 +01:00 |
|
mrdudz
|
e5777f7ccf
|
add ATTR_UNUSED on the flags variable
|
2022-11-05 20:38:07 +01:00 |
|
mrdudz
|
1452d8164d
|
add ATTR_UNUSED and ATTR_NORETURN
|
2022-11-05 20:37:41 +01:00 |
|
Bob Andrews
|
680aacd4a7
|
Merge pull request #1907 from acqn/InputLineInfo
[cc65] Renamed some misleading functions relevent with input file info
|
2022-11-05 18:45:17 +01:00 |
|
acqn
|
8a7f566387
|
Fixed support for storage class specifiers after type specifiers.
|
2022-11-03 21:46:42 +08:00 |
|
acqn
|
991af3755b
|
Added support for _Static_assert in unions.
|
2022-11-03 21:46:41 +08:00 |
|
Bob Andrews
|
fef8436eb4
|
Merge pull request #1881 from acqn/ExprDesc
[cc65] Organized ExprDesc functions and fixed several comments
|
2022-11-04 14:22:22 +01:00 |
|
Bob Andrews
|
7146dbc87d
|
Merge pull request #1879 from acqn/SymEntryFix
[cc65] SymEntry cleanups
|
2022-11-04 14:06:47 +01:00 |
|
Bob Andrews
|
0eba33ee74
|
Merge pull request #1897 from acqn/TernaryFix
[cc65] Fixed errors in the conditional operator "? :" parser
|
2022-11-02 18:13:45 +01:00 |
|
Bob Andrews
|
37efb40c69
|
Merge pull request #1898 from acqn/PPFix
[cc65] Fixed '\\' + newline
|
2022-11-02 18:09:04 +01:00 |
|
Bob Andrews
|
5fd2b6fe4b
|
Merge pull request #1896 from acqn/EnumFix
[cc65] Fixed diagnostic messages on enumerator overflow
|
2022-11-02 17:34:31 +01:00 |
|
acqn
|
aa5d44b2b0
|
Fixed endlessly repeated error messages when a declaration lacks a required identifier.
|
2022-11-02 23:58:20 +08:00 |
|
acqn
|
9b39c3f949
|
Fixed garbage enum tag name appeared in diagnostic messages if the enum tag declaration failed.
|
2022-11-02 23:58:18 +08:00 |
|
acqn
|
d2f74db4d8
|
Fixed compatibility checks on "pointer to pointer" vs "pointer to array" etc.
|
2022-11-02 22:44:57 +08:00 |
|
acqn
|
deb5e97732
|
Fixed diagnostic messages on enumerator overflow.
An enumerator that would be incremented greater than ULONG_MAX now causes an error.
|
2022-11-02 14:22:21 +08:00 |
|
acqn
|
e9413567d7
|
Renamed several functions relevent with input file info.
|
2022-11-02 14:16:15 +08:00 |
|
acqn
|
8fb2576626
|
Fixed processing '\\' followed with a newline and line number output (-E) with it.
|
2022-11-02 14:09:15 +08:00 |
|
acqn
|
d84cc2d122
|
Fixed errors in the conditional operator "? :" parser.
|
2022-11-02 13:56:55 +08:00 |
|
Lauri Kasanen
|
c95c9c2749
|
Allow specifying range end as a size
|
2022-10-27 18:20:37 +03:00 |
|
acqn
|
b81e54c1d2
|
Organized ExprDesc functions and fixed several comments.
|
2022-10-24 14:55:39 +08:00 |
|
Lauri Kasanen
|
b052e64089
|
Speed up sim65 by 10%
|
2022-10-17 13:32:38 +03:00 |
|
Bob Andrews
|
34ff99aef0
|
Merge pull request #1877 from bbbradsmith/integer_constant_warning_rephrase
Rephrasing warnings for suspicious decimal integer constants
|
2022-10-16 22:15:59 +02:00 |
|
Bob Andrews
|
89031594eb
|
Merge pull request #1876 from bbbradsmith/constant_overflow_warning
Emit warning for signed integer constant overflow
|
2022-10-16 22:15:22 +02:00 |
|
Bob Andrews
|
b2238fdcd4
|
Merge pull request #1868 from acqn/PPFix
[cc65] Fixed and improved C preprocessor
|
2022-10-16 19:02:23 +02:00 |
|