summaryrefslogtreecommitdiff
path: root/test/Coverage
Commit message (Expand)AuthorAgeFilesLines
* Add test for finding bfin backend.Daniel Dunbar2009-08-181-0/+1
* Fix some made up triples.Daniel Dunbar2009-08-181-13/+13
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-1/+1
* AST printing for C++ base classesDouglas Gregor2009-05-301-0/+7
* Pretty printing and improved representation for namespace alias declarationsDouglas Gregor2009-05-301-0/+2
* Printing for using directives, e.g.,Douglas Gregor2009-05-303-0/+19
* Never suppress specifiers when printing the parameters of a functionDouglas Gregor2009-05-301-0/+2
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-0/+1
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-1/+2
* Simplify tests now that GNU runtime supports exception handling.Daniel Dunbar2009-05-182-7/+0
* This patch fixes two bugs in the GNU Objective-C runtime implementation. One...Fariborz Jahanian2009-05-171-2/+1
* remove obsolete tests.Chris Lattner2009-04-222-10/+0
* We no longer accept @defs with the non-fragile ABI.Daniel Dunbar2009-04-211-0/+2
* Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by JonZhongxing Xu2009-04-051-0/+3
* Support member reference on ?: of struct type.Daniel Dunbar2009-03-241-0/+16
* Rename clang to clang-cc.Daniel Dunbar2009-03-2413-42/+42
* Use not instead of ! in tests.Daniel Dunbar2009-03-241-1/+1
* Update test case.Daniel Dunbar2009-03-202-7/+2
* More super dot-syntax property implementationFariborz Jahanian2009-03-201-2/+0
* Don't mangle names of local variables.Daniel Dunbar2009-03-051-0/+8
* Support va_arg on _Complex.Daniel Dunbar2009-02-101-0/+1
* Handle demotion of coerced arguments (as in void a(x) short x; { ... }).Daniel Dunbar2009-02-042-3/+16
* Force triple for this test case.Daniel Dunbar2009-02-041-3/+3
* A couple more vector component access fixes.Nate Begeman2009-01-181-1/+1
* Patch to diagnose a variety of misuse of propertyFariborz Jahanian2008-12-061-1/+1
* disable these two tests, they crash and take a long time to run crashreporter...Chris Lattner2008-11-132-4/+6
* Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m whileDaniel Dunbar2008-10-242-3/+9
* Use #define trickery to de-XFAIL test/Coverage/codegen-next.m whileDaniel Dunbar2008-10-242-6/+12
* Add coverage of part of getPrimaryDecl that was failing prior toDaniel Dunbar2008-10-211-3/+4
* Add some uses of PredefinedExpr to language coverage includes.Daniel Dunbar2008-10-172-0/+10
* Improve C language testing coverage.Daniel Dunbar2008-10-051-0/+35
* Coverage test for targets.Daniel Dunbar2008-10-051-0/+18
* Improve codegen coverage tests.Daniel Dunbar2008-10-055-9/+13
* Add coverage tests of C and Obj-C language features.Daniel Dunbar2008-10-0411-0/+211
* Add test/Driver.Daniel Dunbar2008-10-042-0/+16