aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer
AgeCommit message (Expand)Author
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-03Reorganize the parsing of decl groups / function definitions so thatJohn McCall
2009-10-13Converted to use FileCheck.John Thompson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-06-15PR4395: Don't detect token concatenation in C mode for Eli Friedman
2009-06-10PR4353: Add support for \E as a character escape.Eli Friedman
2009-05-12accept "#pragma clang foo" where we accept "#pragma GCC foo".Chris Lattner
2009-04-28Implement -Wfour-char-constants, which is an extension, not an extwarn,Chris Lattner
2009-04-28implement -WmulticharChris Lattner
2009-04-28merge number.c into constants.c and start running it in -verify mode.Chris Lattner
2009-04-13implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310Chris Lattner
2009-04-12Implement the first set of changes for PR3963 and rdar://6759604,Chris Lattner
2009-04-05fix rdar://6757323, where an escaped newline in a // commentChris Lattner
2009-04-02Move the rest of the fixit tests to the FixIt area.Mike Stump
2009-04-02Update wording.Mike Stump
2009-04-02A code modification hint for files that don't end in a newline.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22Don't use &> in tests; dash doesn't understand it.Eli Friedman
2009-03-18Fix -E mismatch; an identifier followed by a numeric constant does notDaniel Dunbar
2009-03-15Don't accept '$' in identifiers in assembler-with-cpp mode.Daniel Dunbar
2009-03-08this test isn't testing anything.Chris Lattner
2009-02-27change a diagnostic message from something pedantically correct butChris Lattner
2009-01-16Fix PR2477 - clang misparses "//*" in C89 modeChris Lattner
2008-12-12rdar://6060752 - don't warn about trigraphs in bcpl-style commentsChris Lattner
2008-11-21split into two tests.Chris Lattner
2008-11-08Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...Argyrios Kyrtzidis
2008-09-05Test case for previous commit (Workaround gcc bug causing crash on ourDaniel Dunbar
2008-09-03Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' isTed Kremenek
2008-09-02Fix for PR2750; don't check for an 'e' in the trash after the token.Eli Friedman
2008-07-25update this testcase.Chris Lattner
2008-07-25Add test case for hex floating point constants in < C99 modeDaniel Dunbar
2008-07-03Fix PR2252: don't warn on negating an unsigned value ever, and don't emitChris Lattner
2008-06-30Fix a bug reported by Kelly Wilson, where we incorrectlyChris Lattner
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
2008-06-10Fix the run line for this test.Eli Friedman
2008-06-10Make this test C instead of C++; making it C++ causes a failure on Linux Eli Friedman
2008-06-01fix PR2357 (#ifs didnt invalidate the multiple-inclusion optimization state)Nuno Lopes
2008-02-24Fix PR2090, a typo in digraph processing.Chris Lattner
2008-02-06pull .ll and .bc writing out of the ASTConsumer destructors into some topChris Lattner
2007-12-19Add support for #pragma mark, which shouldn't warn about bogus tokens.Chris Lattner
2007-11-30Doh! Check in this long overdue test fix.Christopher Lamb
2007-11-29Support floating point literals of the form "1e-16f" which specify an exponen...Christopher Lamb
2007-11-26The checking for the delimiters of expected error/warning messages wasBill Wendling
2007-11-14Fix a bug handling hex floats in c90 mode, pointed out by Neil.Chris Lattner
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-16Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner