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