summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* tests: Make FileCheck version check that preamble isn't longer than we expected.Daniel Dunbar2010-07-221-3/+2
* tests: XFAIL this test on win32, someone else can hunt this one down.Daniel Dunbar2010-07-211-0/+1
* tests: Use FileCheck instead of external input; I think this test was failing onDaniel Dunbar2010-07-212-13/+14
* Introduce a new lexer function to compute the "preamble" of a file,Douglas Gregor2010-07-202-0/+36
* Complain when string literals are too long for the active languageDouglas Gregor2010-07-201-0/+16
* rename testChris Lattner2010-07-171-0/+0
* change the 'invalid token after top level declarator' message to beChris Lattner2010-07-111-1/+1
* fix PR4499, patch by Kyle Dean!Chris Lattner2010-07-071-0/+7
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-293-6/+6
* A bug I've introduced in STDIN handling surfaced a few broken tests, fix them.Benjamin Kramer2010-06-251-2/+3
* Daniel re-educated me about what Alias does and does not do. Turn that off forChandler Carruth2010-05-221-4/+4
* Don't warn about use of hex floats in c++ mode by default,Chris Lattner2010-05-201-2/+2
* robustify the conflict marker stuff. Don't add 7 twice, which wouldChris Lattner2010-05-171-2/+3
* push some source location information down through the compiler,Chris Lattner2010-04-201-2/+4
* enhance sourcemgr to detect various UTF BOM's and emit a fatal errorChris Lattner2010-04-202-0/+4
* Add testcase that I forgot for r101667 for gnu-keywords.Chandler Carruth2010-04-181-0/+12
* At sabre's request, drop the FP bounds diagnostics down to warnings and fileJohn McCall2010-02-261-8/+8
* Fixes test.Fariborz Jahanian2010-01-221-2/+2
* ui64, etc. are valid VS suffixes.Fariborz Jahanian2010-01-221-1/+14
* Update test function names so as not to use potential keywords.Alexis Hunt2010-01-131-5/+5
* Add a bunch more feature-checking macros for C++0x features. Some of these areAlexis Hunt2010-01-131-0/+101
* Do not parse hexadecimal floating point literals in C++0x mode because they areAlexis Hunt2010-01-101-0/+8
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-1/+1
* Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641John McCall2009-12-241-0/+22
* reimplement r90860, fixing a couple of problems:Chris Lattner2009-12-171-1/+3
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-154-6/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1522-30/+30
* teach clang to recover gracefully from conflict markers left in sourceChris Lattner2009-12-141-0/+29
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-081-0/+5
* Add 'has_feature(cxx_exceptions)' to allow code to determine via preprocessor...Ted Kremenek2009-12-031-0/+11
* Rename has_feature(rtti) to has_feature(cxx_rtti) for clarity.Ted Kremenek2009-12-031-1/+1
* Add FileCheck test for '__has_feature(rtti)'.Ted Kremenek2009-12-031-0/+11
* cleanup parsing of MS integer suffixes a little. this fixes PR5616Nuno Lopes2009-11-281-0/+12
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-086-15/+15
* Reorganize the parsing of decl groups / function definitions so thatJohn McCall2009-11-031-2/+2
* Converted to use FileCheck.John Thompson2009-10-131-2/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* 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
OpenPOWER on IntegriCloud