| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Make FileCheck version check that preamble isn't longer than we expected. | Daniel Dunbar | 2010-07-22 | 1 | -3/+2 |
* | tests: XFAIL this test on win32, someone else can hunt this one down. | Daniel Dunbar | 2010-07-21 | 1 | -0/+1 |
* | tests: Use FileCheck instead of external input; I think this test was failing on | Daniel Dunbar | 2010-07-21 | 2 | -13/+14 |
* | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor | 2010-07-20 | 2 | -0/+36 |
* | Complain when string literals are too long for the active language | Douglas Gregor | 2010-07-20 | 1 | -0/+16 |
* | rename test | Chris Lattner | 2010-07-17 | 1 | -0/+0 |
* | change the 'invalid token after top level declarator' message to be | Chris Lattner | 2010-07-11 | 1 | -1/+1 |
* | fix PR4499, patch by Kyle Dean! | Chris Lattner | 2010-07-07 | 1 | -0/+7 |
* | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar | 2010-06-29 | 3 | -6/+6 |
* | A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. | Benjamin Kramer | 2010-06-25 | 1 | -2/+3 |
* | Daniel re-educated me about what Alias does and does not do. Turn that off for | Chandler Carruth | 2010-05-22 | 1 | -4/+4 |
* | Don't warn about use of hex floats in c++ mode by default, | Chris Lattner | 2010-05-20 | 1 | -2/+2 |
* | robustify the conflict marker stuff. Don't add 7 twice, which would | Chris Lattner | 2010-05-17 | 1 | -2/+3 |
* | push some source location information down through the compiler, | Chris Lattner | 2010-04-20 | 1 | -2/+4 |
* | enhance sourcemgr to detect various UTF BOM's and emit a fatal error | Chris Lattner | 2010-04-20 | 2 | -0/+4 |
* | Add testcase that I forgot for r101667 for gnu-keywords. | Chandler Carruth | 2010-04-18 | 1 | -0/+12 |
* | At sabre's request, drop the FP bounds diagnostics down to warnings and file | John McCall | 2010-02-26 | 1 | -8/+8 |
* | Fixes test. | Fariborz Jahanian | 2010-01-22 | 1 | -2/+2 |
* | ui64, etc. are valid VS suffixes. | Fariborz Jahanian | 2010-01-22 | 1 | -1/+14 |
* | Update test function names so as not to use potential keywords. | Alexis Hunt | 2010-01-13 | 1 | -5/+5 |
* | Add a bunch more feature-checking macros for C++0x features. Some of these are | Alexis Hunt | 2010-01-13 | 1 | -0/+101 |
* | Do not parse hexadecimal floating point literals in C++0x mode because they are | Alexis Hunt | 2010-01-10 | 1 | -0/+8 |
* | add a bunch of missing prototypes to tests | Chris Lattner | 2010-01-09 | 1 | -1/+1 |
* | Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641 | John McCall | 2009-12-24 | 1 | -0/+22 |
* | reimplement r90860, fixing a couple of problems: | Chris Lattner | 2009-12-17 | 1 | -1/+3 |
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 4 | -6/+6 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 22 | -30/+30 |
* | teach clang to recover gracefully from conflict markers left in source | Chris Lattner | 2009-12-14 | 1 | -0/+29 |
* | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff | 2009-12-08 | 1 | -0/+5 |
* | Add 'has_feature(cxx_exceptions)' to allow code to determine via preprocessor... | Ted Kremenek | 2009-12-03 | 1 | -0/+11 |
* | Rename has_feature(rtti) to has_feature(cxx_rtti) for clarity. | Ted Kremenek | 2009-12-03 | 1 | -1/+1 |
* | Add FileCheck test for '__has_feature(rtti)'. | Ted Kremenek | 2009-12-03 | 1 | -0/+11 |
* | cleanup parsing of MS integer suffixes a little. this fixes PR5616 | Nuno Lopes | 2009-11-28 | 1 | -0/+12 |
* | Don't #include <stdio.h> when tests don't need it, or use clang instead of cl... | Daniel Dunbar | 2009-11-17 | 1 | -1/+1 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 6 | -15/+15 |
* | Reorganize the parsing of decl groups / function definitions so that | John McCall | 2009-11-03 | 1 | -2/+2 |
* | Converted to use FileCheck. | John Thompson | 2009-10-13 | 1 | -2/+6 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -1/+1 |
* | MultiTestRunner: Validate '&&' at the end of RUN lines. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | PR4395: Don't detect token concatenation in C mode for | Eli Friedman | 2009-06-15 | 1 | -0/+4 |
* | PR4353: Add support for \E as a character escape. | Eli Friedman | 2009-06-10 | 1 | -0/+21 |
* | accept "#pragma clang foo" where we accept "#pragma GCC foo". | Chris Lattner | 2009-05-12 | 1 | -2/+2 |
* | Implement -Wfour-char-constants, which is an extension, not an extwarn, | Chris Lattner | 2009-04-28 | 1 | -2/+8 |
* | implement -Wmultichar | Chris Lattner | 2009-04-28 | 1 | -1/+15 |
* | merge number.c into constants.c and start running it in -verify mode. | Chris Lattner | 2009-04-28 | 2 | -13/+11 |
* | implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 | Chris Lattner | 2009-04-13 | 1 | -0/+16 |
* | Implement the first set of changes for PR3963 and rdar://6759604, | Chris Lattner | 2009-04-12 | 1 | -1/+1 |
* | fix rdar://6757323, where an escaped newline in a // comment | Chris Lattner | 2009-04-05 | 1 | -0/+6 |
* | Move the rest of the fixit tests to the FixIt area. | Mike Stump | 2009-04-02 | 1 | -13/+0 |
* | Update wording. | Mike Stump | 2009-04-02 | 1 | -4/+4 |