aboutsummaryrefslogtreecommitdiff
path: root/test/Coverage
AgeCommit message (Expand)Author
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
2009-04-22remove obsolete tests.Chris Lattner
2009-04-21We no longer accept @defs with the non-fragile ABI.Daniel Dunbar
2009-04-05Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by JonZhongxing Xu
2009-03-24Support member reference on ?: of struct type.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-24Use not instead of ! in tests.Daniel Dunbar
2009-03-20Update test case.Daniel Dunbar
2009-03-20More super dot-syntax property implementationFariborz Jahanian
2009-03-05Don't mangle names of local variables.Daniel Dunbar
2009-02-10Support va_arg on _Complex.Daniel Dunbar
2009-02-04Handle demotion of coerced arguments (as in void a(x) short x; { ... }).Daniel Dunbar
2009-02-04Force triple for this test case.Daniel Dunbar
2009-01-18A couple more vector component access fixes.Nate Begeman
2008-12-06Patch to diagnose a variety of misuse of propertyFariborz Jahanian
2008-11-13disable these two tests, they crash and take a long time to run crashreporter...Chris Lattner
2008-10-24Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m whileDaniel Dunbar
2008-10-24Use #define trickery to de-XFAIL test/Coverage/codegen-next.m whileDaniel Dunbar
2008-10-21Add coverage of part of getPrimaryDecl that was failing prior toDaniel Dunbar
2008-10-17Add some uses of PredefinedExpr to language coverage includes.Daniel Dunbar
2008-10-05Improve C language testing coverage.Daniel Dunbar
2008-10-05Coverage test for targets.Daniel Dunbar
2008-10-05Improve codegen coverage tests.Daniel Dunbar
2008-10-04Add coverage tests of C and Obj-C language features.Daniel Dunbar
2008-10-04Add test/Driver.Daniel Dunbar