aboutsummaryrefslogtreecommitdiff
path: root/tests/cc/preprocessed
AgeCommit message (Collapse)AuthorFilesLines
2019-04-30Initial take on header unit and include translation supportBoris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov2-2/+2
2018-11-19Fix expected diagnostics in testBoris Kolpackov1-1/+1
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov2-2/+2
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-1/+1
Instead we now have two more or less separate match states for outer and inner parts of an action.
2017-08-02Change cc.preprocessed to {c,cxx}.preprocessedBoris Kolpackov2-8/+8
2017-06-16Clean up module-related diagnosticsBoris Kolpackov1-1/+1
2017-06-16Store module information in depdbBoris Kolpackov1-2/+1
2017-06-01Fix test to use new cleanup wildcard supportBoris Kolpackov1-13/+13
2017-05-30Diagnose lack of module support in extract_modules()Boris Kolpackov1-1/+1
2017-05-29Fix testBoris Kolpackov1-1/+1
2017-05-29Add ability to limit amount of preprocessing done on sourceBoris Kolpackov2-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.