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