summaryrefslogtreecommitdiff
path: root/test/Preprocessor/traditional-cpp.c
AgeCommit message (Expand)Author
2015-08-31Fix CHECK directives that weren't checking.Hans Wennborg
2013-08-28Fix "//" comments with -traditional-cpp in C++.Eli Friedman
2013-07-09Don't give # and ## special treatment when in -traditional-cpp mode. Patch byRichard Smith
2013-03-05Preprocessor: don't keep comments under -traditional-cpp.Jordan Rose
2013-03-05Preprocessor: don't consider // to be a line comment in -E -std=c89 mode.Jordan Rose
2013-02-22Preproceessor: fix #if skipping under -traditional-cpp.Jordan Rose
2013-02-21Preprocessor: preserve whitespace in -traditional-cpp mode.Jordan Rose
2011-03-18Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPLDaniel Dunbar