summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/traditional-cpp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CHECK directives that weren't checking.Hans Wennborg2015-08-311-2/+2
* Fix "//" comments with -traditional-cpp in C++.Eli Friedman2013-08-281-2/+4
* Don't give # and ## special treatment when in -traditional-cpp mode. Patch byRichard Smith2013-07-091-0/+17
* Preprocessor: don't keep comments under -traditional-cpp.Jordan Rose2013-03-051-0/+6
* Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.Jordan Rose2013-03-051-0/+4
* Preproceessor: fix #if skipping under -traditional-cpp.Jordan Rose2013-02-221-0/+16
* Preprocessor: preserve whitespace in -traditional-cpp mode.Jordan Rose2013-02-211-2/+54
* Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPLDaniel Dunbar2011-03-181-0/+12