Andreas Rumpf
|
0c3e6735ac
fixes #9358
|
6 years ago |
Timothee Cour
|
745f1642d6
implement sizeof and alignof operator (manually squashed #5664) (#9356)
|
6 years ago |
LemonBoy
|
33458894da
Fix overload resolution for pragmas evaluation (#8902)
|
6 years ago |
Araq
|
82693514c5
attempt to fix the .line pragma
|
6 years ago |
Araq
|
f98352a498
compiler: fixes path generation for .line pragma
|
6 years ago |
Araq
|
40e01d8549
don't require an implementation for procs marked with .error; activate the move optimizer for destructors
|
6 years ago |
Araq
|
548fc778c9
.error for routines now can also have a custom error message; improve error message for 'nil' strings
|
6 years ago |
Jörg Wollenschläger
|
c29d9f0382
Allow custom pragmas on more symbols again
|
6 years ago |
Andreas Rumpf
|
5fa4fa185b
Merge pull request #8875 from awr1/experimentalize-reorder
|
6 years ago |
Araq
|
ed5d2b5505
make tcompilerapi green, don't assue projectPath exists
|
6 years ago |
Araq
|
313282d805
better file handling for .line directives
|
6 years ago |
Andreas Rumpf
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
awr
|
e3d7056902
fixed stmtPragmas stuff
|
6 years ago |
LemonBoy
|
e81fe6d32f
Allow wCodegenDecl on lambdas (#8892)
|
6 years ago |
awr
|
2b8c4096a4
brought back pragmaNoForward, deprecated
|
6 years ago |
awr
|
c2b09a499c
Fix merge
|
6 years ago |
awr
|
cd3d4faa79
Deny THIS experimental pragma specifically for non-toplevel
|
6 years ago |
awr1
|
eb668003bf
Merge branch 'devel' into experimentalize-reorder
|
6 years ago |
awr
|
e6a4213fae
transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests
|
6 years ago |
Araq
|
c0c8828d9f
allow .experimental in a .push/pop environment; refs #8676
|
6 years ago |
LemonBoy
|
6f13184e40
More checks for custom pragmas placement (#8765)
|
6 years ago |
LemonBoy
|
b1c2416abd
Validate pragmas attached to for variables (#8749)
|
6 years ago |
LemonBoy
|
cf20c4460c
More robust handling of deprecated pragmas (#8696)
|
6 years ago |
Araq
|
b4e5c9d075
deprecate the .this pragma
|
6 years ago |
Jörg Wollenschläger
|
7e89f9a09a
Don't remove extension of source files twice, if filenames contain dots
|
6 years ago |
Yuriy Glukhov
|
466af35d4d
Fixed stacktrace/linetrace proc pragmas when appended by macro pragma
|
6 years ago |
Yuriy Glukhov
|
7e7b85afc7
Allow stacktrace and linetrace pragmas on procs
|
6 years ago |
Andreas Rumpf
|
8db27d30e6
record cppdefine for incremental compilation
|
6 years ago |
Andreas Rumpf
|
2662d713f7
implement passL and passC for the compilation cache
|
6 years ago |
Araq
|
8e9551b1c7
fixex merge conflicts
|
6 years ago |