aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Coverage
AgeCommit message (Expand)AuthorFilesLines
2013-10-25Skip this test when using lit integrated shellAlp Toker1-0/+3
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt1-2/+2
2013-10-09clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32.NAKAMURA Takumi1-0/+8
2013-03-11Objective-C: When using super.prop, property should beFariborz Jahanian1-0/+1
2012-10-24Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi1-2/+0
2012-10-24clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi1-0/+1
2012-07-03Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall1-1/+1
2012-06-20Restructure how the driver communicates information about theJohn McCall1-1/+1
2012-01-20rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2012-01-13Revert r148138; it's causing test failures.Eli Friedman1-1/+1
2012-01-13rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2011-10-25Remove the Blackfin backend.Dan Gohman1-1/+0
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2-2/+0
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-1/+1
2011-02-28[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis1-1/+1
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson3-6/+6
2010-12-15Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In...Peter Collingbourne1-0/+6
2010-10-21putback r116782, it's a safe fix and should not break windowsAndrew Trick1-1/+4
2010-10-20revert r116782 & r116793 to fix msvc9 buildbotsAndrew Trick1-5/+2
2010-10-19test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards.NAKAMURA Takumi1-1/+1
2010-10-19test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null...NAKAMURA Takumi1-1/+4
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner1-1/+0
2010-09-29Frontend/XML: Add support for printing nested structures, patch by Martin Vej...Daniel Dunbar1-0/+8
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2-8/+0
2010-05-12"this patch properly addresses escaping < and > which might appearChris Lattner1-1/+1
2010-04-10Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...Anders Carlsson1-1/+1
2010-03-04Revert changes r97693, r97700, and r97718.John McCall1-2/+0
2010-03-04XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall1-0/+2
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek1-1/+1
2010-01-04Revert r92431, this code isn't dead and broke the ntfs build.Daniel Dunbar1-0/+9
2010-01-03Better coverage for -dump-record-layouts and -print-decl-contexts.Eli Friedman2-0/+3
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar1-1/+1
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar12-44/+44
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian4-8/+8
2009-11-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar5-15/+15
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar1-2/+2
2009-11-08Remove RUN: true lines.Daniel Dunbar1-1/+0
2009-11-08Eliminate &&s in tests.Daniel Dunbar9-35/+35
2009-11-05Remove clang-cc -html-diags option, this doesn't fit in well and we get plentyDaniel Dunbar1-1/+5
2009-10-30Remove clang-cc code for handling -mmacosx-version-min andDaniel Dunbar1-1/+1
2009-10-27Fix crash when synthesizing property setters when the property type and ivarDaniel Dunbar1-0/+6
2009-10-26clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.Daniel Dunbar1-0/+4
2009-08-18Add test for finding bfin backend.Daniel Dunbar1-0/+1
2009-08-18Fix some made up triples.Daniel Dunbar1-13/+13
2009-06-26Introduce a new concept to the static analyzer: SValuator.Ted Kremenek1-1/+1
2009-05-30AST printing for C++ base classesDouglas Gregor1-0/+7
2009-05-30Pretty printing and improved representation for namespace alias declarationsDouglas Gregor1-0/+2
2009-05-30Printing for using directives, e.g.,Douglas Gregor3-0/+19
2009-05-30Never suppress specifiers when printing the parameters of a functionDouglas Gregor1-0/+2
2009-05-30Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor1-0/+1