summaryrefslogtreecommitdiff
path: root/test/Lexer/escape_newline.c
AgeCommit message (Expand)Author
2014-12-23Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber
2011-12-22In Lexer::getCharAndSizeSlow[NoWarn] if we come up againstArgyrios Kyrtzidis
2011-12-21In Lexer::getCharAndSizeSlow[NoWarn] make sure we don't go over the end of th...Argyrios Kyrtzidis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-09-03Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' isTed Kremenek
2007-07-11Stage two of getting CFE top correct.Reid Spencer