summaryrefslogtreecommitdiffstats
path: root/test/Lexer/block_cmt_end.c
Commit message (Expand)AuthorAgeFilesLines
* Change magic string "abc" to better magic string "qux".Matt Beaumont-Gay2011-05-101-6/+2
* change the 'invalid token after top level declarator' message to beChris Lattner2010-07-111-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-5/+5
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Reorganize the parsing of decl groups / function definitions so thatJohn McCall2009-11-031-2/+2
* Implement the first set of changes for PR3963 and rdar://6759604,Chris Lattner2009-04-121-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-5/+5
* change a diagnostic message from something pedantically correct butChris Lattner2009-02-271-1/+1
* rdar://6060752 - don't warn about trigraphs in bcpl-style commentsChris Lattner2008-12-121-0/+8
* Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' isTed Kremenek2008-09-031-6/+6
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* Fix a lexer bug where we incorrectly rejectedChris Lattner2007-07-211-0/+3
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+27