aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/block_cmt_end.c
AgeCommit message (Expand)Author
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-03Reorganize the parsing of decl groups / function definitions so thatJohn McCall
2009-04-12Implement the first set of changes for PR3963 and rdar://6759604,Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-27change a diagnostic message from something pedantically correct butChris Lattner
2008-12-12rdar://6060752 - don't warn about trigraphs in bcpl-style commentsChris Lattner
2008-09-03Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' isTed Kremenek
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-07-21Fix a lexer bug where we incorrectly rejectedChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer