| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | "this patch properly addresses escaping < and > which might appear | Chris Lattner | 2010-05-12 | 1 | -1/+1 |
| * | Rename -dump-record-layouts to -fdump-record-layouts now that the option beha... | Anders Carlsson | 2010-04-10 | 1 | -1/+1 |
| * | Revert changes r97693, r97700, and r97718. | John McCall | 2010-03-04 | 1 | -2/+0 |
| * | XFAIL these tests on win32, since the win32 buildbot apparently disables all | John McCall | 2010-03-04 | 1 | -0/+2 |
| * | Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. | Ted Kremenek | 2010-02-05 | 1 | -1/+1 |
| * | Revert r92431, this code isn't dead and broke the ntfs build. | Daniel Dunbar | 2010-01-04 | 1 | -0/+9 |
| * | Better coverage for -dump-record-layouts and -print-decl-contexts. | Eli Friedman | 2010-01-03 | 2 | -0/+3 |
| * | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 12 | -44/+44 |
| * | Make tests use the new clang -cc1 flag. | Fariborz Jahanian | 2009-12-14 | 4 | -8/+8 |
| * | Normalize options to use '-FOO' instead of '--FOO'. | Daniel Dunbar | 2009-11-29 | 5 | -15/+15 |
| * | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 |
| * | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
| * | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 9 | -35/+35 |
| * | Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty | Daniel Dunbar | 2009-11-05 | 1 | -1/+5 |
| * | Remove clang-cc code for handling -mmacosx-version-min and | Daniel Dunbar | 2009-10-30 | 1 | -1/+1 |
| * | Fix crash when synthesizing property setters when the property type and ivar | Daniel Dunbar | 2009-10-27 | 1 | -0/+6 |
| * | clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. | Daniel Dunbar | 2009-10-26 | 1 | -0/+4 |
| * | Add test for finding bfin backend. | Daniel Dunbar | 2009-08-18 | 1 | -0/+1 |
| * | Fix some made up triples. | Daniel Dunbar | 2009-08-18 | 1 | -13/+13 |
| * | Introduce a new concept to the static analyzer: SValuator. | Ted Kremenek | 2009-06-26 | 1 | -1/+1 |
| * | AST printing for C++ base classes | Douglas Gregor | 2009-05-30 | 1 | -0/+7 |
| * | Pretty printing and improved representation for namespace alias declarations | Douglas Gregor | 2009-05-30 | 1 | -0/+2 |
| * | Printing for using directives, e.g., | Douglas Gregor | 2009-05-30 | 3 | -0/+19 |
| * | Never suppress specifiers when printing the parameters of a function | Douglas Gregor | 2009-05-30 | 1 | -0/+2 |
| * | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor | 2009-05-30 | 1 | -0/+1 |
| * | AST XML dump, from Olaf Krzikalla! | Douglas Gregor | 2009-05-21 | 1 | -1/+2 |
| * | Simplify tests now that GNU runtime supports exception handling. | Daniel Dunbar | 2009-05-18 | 2 | -7/+0 |
| * | This patch fixes two bugs in the GNU Objective-C runtime implementation. One... | Fariborz Jahanian | 2009-05-17 | 1 | -2/+1 |
| * | remove obsolete tests. | Chris Lattner | 2009-04-22 | 2 | -10/+0 |
| * | We no longer accept @defs with the non-fragile ABI. | Daniel Dunbar | 2009-04-21 | 1 | -0/+2 |
| * | Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon | Zhongxing Xu | 2009-04-05 | 1 | -0/+3 |
| * | Support member reference on ?: of struct type. | Daniel Dunbar | 2009-03-24 | 1 | -0/+16 |
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 13 | -42/+42 |
| * | Use not instead of ! in tests. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| * | Update test case. | Daniel Dunbar | 2009-03-20 | 2 | -7/+2 |
| * | More super dot-syntax property implementation | Fariborz Jahanian | 2009-03-20 | 1 | -2/+0 |
| * | Don't mangle names of local variables. | Daniel Dunbar | 2009-03-05 | 1 | -0/+8 |
| * | Support va_arg on _Complex. | Daniel Dunbar | 2009-02-10 | 1 | -0/+1 |
| * | Handle demotion of coerced arguments (as in void a(x) short x; { ... }). | Daniel Dunbar | 2009-02-04 | 2 | -3/+16 |
| * | Force triple for this test case. | Daniel Dunbar | 2009-02-04 | 1 | -3/+3 |
| * | A couple more vector component access fixes. | Nate Begeman | 2009-01-18 | 1 | -1/+1 |
| * | Patch to diagnose a variety of misuse of property | Fariborz Jahanian | 2008-12-06 | 1 | -1/+1 |
| * | disable these two tests, they crash and take a long time to run crashreporter... | Chris Lattner | 2008-11-13 | 2 | -4/+6 |
| * | Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while | Daniel Dunbar | 2008-10-24 | 2 | -3/+9 |
| * | Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while | Daniel Dunbar | 2008-10-24 | 2 | -6/+12 |
| * | Add coverage of part of getPrimaryDecl that was failing prior to | Daniel Dunbar | 2008-10-21 | 1 | -3/+4 |
| * | Add some uses of PredefinedExpr to language coverage includes. | Daniel Dunbar | 2008-10-17 | 2 | -0/+10 |
| * | Improve C language testing coverage. | Daniel Dunbar | 2008-10-05 | 1 | -0/+35 |
| * | Coverage test for targets. | Daniel Dunbar | 2008-10-05 | 1 | -0/+18 |