Age | Commit message (Expand) | Author | Files | Lines |
2013-10-25 | Skip this test when using lit integrated shell | Alp Toker | 1 | -0/+3 |
2013-10-11 | Adds Microsoft compatiable C++ record layout code to clang. | Warren Hunt | 1 | -2/+2 |
2013-10-09 | clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32. | NAKAMURA Takumi | 1 | -0/+8 |
2013-03-11 | Objective-C: When using super.prop, property should be | Fariborz Jahanian | 1 | -0/+1 |
2012-10-24 | Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres... | NAKAMURA Takumi | 1 | -2/+0 |
2012-10-24 | clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. | NAKAMURA Takumi | 1 | -0/+1 |
2012-07-03 | Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep | David Chisnall | 1 | -1/+1 |
2012-06-20 | Restructure how the driver communicates information about the | John McCall | 1 | -1/+1 |
2012-01-20 | rename -ccc-host-triple into -target | Sebastian Pop | 1 | -1/+1 |
2012-01-13 | Revert r148138; it's causing test failures. | Eli Friedman | 1 | -1/+1 |
2012-01-13 | rename -ccc-host-triple into -target | Sebastian Pop | 1 | -1/+1 |
2011-10-25 | Remove the Blackfin backend. | Dan Gohman | 1 | -1/+0 |
2011-03-07 | Remove the AST printer (-ast-print-xml), which is too incomplete and | Douglas Gregor | 2 | -2/+0 |
2011-02-28 | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis | 1 | -1/+1 |
2011-02-28 | [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. | Argyrios Kyrtzidis | 1 | -1/+1 |
2011-02-22 | Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e... | Anders Carlsson | 3 | -6/+6 |
2010-12-15 | Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In... | Peter Collingbourne | 1 | -0/+6 |
2010-10-21 | putback r116782, it's a safe fix and should not break windows | Andrew Trick | 1 | -1/+4 |
2010-10-20 | revert r116782 & r116793 to fix msvc9 buildbots | Andrew Trick | 1 | -5/+2 |
2010-10-19 | test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards. | NAKAMURA Takumi | 1 | -1/+1 |
2010-10-19 | test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null... | NAKAMURA Takumi | 1 | -1/+4 |
2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 1 | -1/+0 |
2010-09-29 | Frontend/XML: Add support for printing nested structures, patch by Martin Vej... | Daniel Dunbar | 1 | -0/+8 |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor | 2 | -8/+0 |
2010-05-12 | "this patch properly addresses escaping < and > which might appear | Chris Lattner | 1 | -1/+1 |
2010-04-10 | Rename -dump-record-layouts to -fdump-record-layouts now that the option beha... | Anders Carlsson | 1 | -1/+1 |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall | 1 | -2/+0 |
2010-03-04 | XFAIL these tests on win32, since the win32 buildbot apparently disables all | John McCall | 1 | -0/+2 |
2010-02-05 | Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. | Ted Kremenek | 1 | -1/+1 |
2010-01-04 | Revert r92431, this code isn't dead and broke the ntfs build. | Daniel Dunbar | 1 | -0/+9 |
2010-01-03 | Better coverage for -dump-record-layouts and -print-decl-contexts. | Eli Friedman | 2 | -0/+3 |
2009-12-15 | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 1 | -1/+1 |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 12 | -44/+44 |
2009-12-14 | Make tests use the new clang -cc1 flag. | Fariborz Jahanian | 4 | -8/+8 |
2009-11-29 | Normalize options to use '-FOO' instead of '--FOO'. | Daniel Dunbar | 5 | -15/+15 |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar | 1 | -2/+2 |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar | 1 | -1/+0 |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar | 9 | -35/+35 |
2009-11-05 | Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty | Daniel Dunbar | 1 | -1/+5 |
2009-10-30 | Remove clang-cc code for handling -mmacosx-version-min and | Daniel Dunbar | 1 | -1/+1 |
2009-10-27 | Fix crash when synthesizing property setters when the property type and ivar | Daniel Dunbar | 1 | -0/+6 |
2009-10-26 | clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. | Daniel Dunbar | 1 | -0/+4 |
2009-08-18 | Add test for finding bfin backend. | Daniel Dunbar | 1 | -0/+1 |
2009-08-18 | Fix some made up triples. | Daniel Dunbar | 1 | -13/+13 |
2009-06-26 | Introduce a new concept to the static analyzer: SValuator. | Ted Kremenek | 1 | -1/+1 |
2009-05-30 | AST printing for C++ base classes | Douglas Gregor | 1 | -0/+7 |
2009-05-30 | Pretty printing and improved representation for namespace alias declarations | Douglas Gregor | 1 | -0/+2 |
2009-05-30 | Printing for using directives, e.g., | Douglas Gregor | 3 | -0/+19 |
2009-05-30 | Never suppress specifiers when printing the parameters of a function | Douglas Gregor | 1 | -0/+2 |
2009-05-30 | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor | 1 | -0/+1 |