summaryrefslogtreecommitdiffstats
path: root/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* PR4395: Don't detect token concatenation in C mode for Eli Friedman2009-06-151-0/+4
* PR4353: Add support for \E as a character escape.Eli Friedman2009-06-101-0/+21
* accept "#pragma clang foo" where we accept "#pragma GCC foo".Chris Lattner2009-05-121-2/+2
* Implement -Wfour-char-constants, which is an extension, not an extwarn,Chris Lattner2009-04-281-2/+8
* implement -WmulticharChris Lattner2009-04-281-1/+15
* merge number.c into constants.c and start running it in -verify mode.Chris Lattner2009-04-282-13/+11
* implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310Chris Lattner2009-04-131-0/+16
* Implement the first set of changes for PR3963 and rdar://6759604,Chris Lattner2009-04-121-1/+1
* fix rdar://6757323, where an escaped newline in a // commentChris Lattner2009-04-051-0/+6
* Move the rest of the fixit tests to the FixIt area.Mike Stump2009-04-021-13/+0
* Update wording.Mike Stump2009-04-021-4/+4
* A code modification hint for files that don't end in a newline.Mike Stump2009-04-021-0/+13
* Rename clang to clang-cc.Daniel Dunbar2009-03-2418-27/+27
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-221-2/+2
* Fix -E mismatch; an identifier followed by a numeric constant does notDaniel Dunbar2009-03-181-0/+4
* Don't accept '$' in identifiers in assembler-with-cpp mode.Daniel Dunbar2009-03-151-0/+7
* this test isn't testing anything.Chris Lattner2009-03-081-3/+0
* change a diagnostic message from something pedantically correct butChris Lattner2009-02-271-1/+1
* Fix PR2477 - clang misparses "//*" in C89 modeChris Lattner2009-01-161-0/+7
* rdar://6060752 - don't warn about trigraphs in bcpl-style commentsChris Lattner2008-12-121-0/+8
* split into two tests.Chris Lattner2008-11-212-10/+7
* Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...Argyrios Kyrtzidis2008-11-081-1/+1
* Test case for previous commit (Workaround gcc bug causing crash on ourDaniel Dunbar2008-09-051-0/+3
* Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' isTed Kremenek2008-09-032-9/+9
* Fix for PR2750; don't check for an 'e' in the trash after the token.Eli Friedman2008-09-021-0/+13
* update this testcase.Chris Lattner2008-07-251-2/+3
* Add test case for hex floating point constants in < C99 modeDaniel Dunbar2008-07-251-0/+14
* Fix PR2252: don't warn on negating an unsigned value ever, and don't emitChris Lattner2008-07-031-1/+4
* Fix a bug reported by Kelly Wilson, where we incorrectlyChris Lattner2008-06-301-0/+2
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-1/+1
* Fix the run line for this test.Eli Friedman2008-06-101-1/+1
* Make this test C instead of C++; making it C++ causes a failure on Linux Eli Friedman2008-06-101-0/+0
* fix PR2357 (#ifs didnt invalidate the multiple-inclusion optimization state)Nuno Lopes2008-06-011-0/+27
* Fix PR2090, a typo in digraph processing.Chris Lattner2008-02-241-0/+15
* pull .ll and .bc writing out of the ASTConsumer destructors into some topChris Lattner2008-02-061-2/+2
* Add support for #pragma mark, which shouldn't warn about bogus tokens.Chris Lattner2007-12-191-0/+11
* Doh! Check in this long overdue test fix.Christopher Lamb2007-11-301-1/+1
* Support floating point literals of the form "1e-16f" which specify an exponen...Christopher Lamb2007-11-291-0/+7
* The checking for the delimiters of expected error/warning messages wasBill Wendling2007-11-261-1/+1
* Fix a bug handling hex floats in c90 mode, pointed out by Neil.Chris Lattner2007-11-141-0/+5
* rename -parse-ast-print to -ast-printChris Lattner2007-10-113-3/+3
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-263-3/+3
* Fix a lexer bug where we incorrectly rejectedChris Lattner2007-07-211-0/+3
* Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner2007-07-161-0/+8
* Add support for C++'0x keywords, patch by Doug GregorChris Lattner2007-07-162-0/+4
* Stage two of getting CFE top correct.Reid Spencer2007-07-115-0/+48