summaryrefslogtreecommitdiffstats
path: root/tests/cc/preprocessed
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-162-2/+2
|
* Fix expected diagnostics in testBoris Kolpackov2018-11-191-1/+1
|
* Rename .test/test{} to .testscript/testscript{}Boris Kolpackov2018-09-041-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-192-2/+2
|
* Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov2018-05-191-1/+1
|
* Get rid of action rule override semanticsBoris Kolpackov2018-02-031-1/+1
| | | | | Instead we now have two more or less separate match states for outer and inner parts of an action.
* Change cc.preprocessed to {c,cxx}.preprocessedBoris Kolpackov2017-08-022-8/+8
|
* Clean up module-related diagnosticsBoris Kolpackov2017-06-161-1/+1
|
* Store module information in depdbBoris Kolpackov2017-06-161-2/+1
|
* Fix test to use new cleanup wildcard supportBoris Kolpackov2017-06-011-13/+13
|
* Diagnose lack of module support in extract_modules()Boris Kolpackov2017-05-301-1/+1
|
* Fix testBoris Kolpackov2017-05-291-1/+1
|
* Add ability to limit amount of preprocessing done on sourceBoris Kolpackov2017-05-292-0/+133
The cc.preprocessed variable can be 'none' (not preprocessed), 'includes' (no depends on preprocessor, e.g., #ifdef, etc), and 'all' (the source is fully preprocessed). Note that for 'all' the source can still contain comments and line continuations.