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