summaryrefslogtreecommitdiffstats
path: root/clang/test/Coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* AST printing for C++ base classesDouglas Gregor2009-05-301-0/+7
| | | | llvm-svn: 72617
* Pretty printing and improved representation for namespace alias declarationsDouglas Gregor2009-05-301-0/+2
| | | | llvm-svn: 72616
* Printing for using directives, e.g.,Douglas Gregor2009-05-303-0/+19
| | | | | | | | | using namespace std::debug; Extended UsingDirectiveDecl to store the nested-name-specifier that precedes the nominated namespace. llvm-svn: 72614
* Never suppress specifiers when printing the parameters of a functionDouglas Gregor2009-05-301-0/+2
| | | | | | declaration. llvm-svn: 72613
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-0/+1
| | | | | | | | | walks through DeclContexts properly, and prints more of the information available in the AST. The functionality is still available via -ast-print, -ast-dump, etc., and also via the new member functions Decl::dump() and Decl::print(). llvm-svn: 72597
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-1/+2
| | | | llvm-svn: 72224
* Simplify tests now that GNU runtime supports exception handling.Daniel Dunbar2009-05-182-7/+0
| | | | llvm-svn: 72021
* This patch fixes two bugs in the GNU Objective-C runtime implementation. ↵Fariborz Jahanian2009-05-171-2/+1
| | | | | | | | One is a case in rethrowing exceptions where the C types don't match correctly (I already sent this patch to Daniel Dunbar, who found the bug, so it may have already been committed). The other fixes the case properties so that the methods generated as property accessors are added to the class structure correctly. Patch by David Chisnall. llvm-svn: 71980
* remove obsolete tests.Chris Lattner2009-04-222-10/+0
| | | | llvm-svn: 69830
* We no longer accept @defs with the non-fragile ABI.Daniel Dunbar2009-04-211-0/+2
| | | | llvm-svn: 69721
* Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by JonZhongxing Xu2009-04-051-0/+3
| | | | | | Simons. llvm-svn: 68436
* Support member reference on ?: of struct type.Daniel Dunbar2009-03-241-0/+16
| | | | llvm-svn: 67603
* Rename clang to clang-cc.Daniel Dunbar2009-03-2413-42/+42
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Use not instead of ! in tests.Daniel Dunbar2009-03-241-1/+1
| | | | llvm-svn: 67601
* Update test case.Daniel Dunbar2009-03-202-7/+2
| | | | llvm-svn: 67392
* More super dot-syntax property implementationFariborz Jahanian2009-03-201-2/+0
| | | | | | | when there is actually a property declaration used in the dot-syntax. llvm-svn: 67391
* Don't mangle names of local variables.Daniel Dunbar2009-03-051-0/+8
| | | | | | | | - For one thing, this adds unneeded overhead; for another, this routine can be used to emit unnamed decls which we shouldn't try to mangle. llvm-svn: 66212
* Support va_arg on _Complex.Daniel Dunbar2009-02-101-0/+1
| | | | | | | | | | | gcc compat test suite results (Darwin x86-32 & -64): -- # of expected passes 1110 # of unexpected failures 74 # of unresolved testcases 168 # of unsupported tests 2 llvm-svn: 64197
* Handle demotion of coerced arguments (as in void a(x) short x; { ... }).Daniel Dunbar2009-02-042-3/+16
| | | | llvm-svn: 63726
* Force triple for this test case.Daniel Dunbar2009-02-041-3/+3
| | | | llvm-svn: 63699
* A couple more vector component access fixes.Nate Begeman2009-01-181-1/+1
| | | | llvm-svn: 62443
* Patch to diagnose a variety of misuse of propertyFariborz Jahanian2008-12-061-1/+1
| | | | | | | attributes. Example would be, readonly, assign or assign, copy, etc. llvm-svn: 60620
* disable these two tests, they crash and take a long time to run ↵Chris Lattner2008-11-132-4/+6
| | | | | | crashreporter etc. llvm-svn: 59254
* Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m whileDaniel Dunbar2008-10-242-3/+9
| | | | | | still getting coverage for non-IRgen cases. llvm-svn: 58084
* Use #define trickery to de-XFAIL test/Coverage/codegen-next.m whileDaniel Dunbar2008-10-242-6/+12
| | | | | | still getting coverage for non-IRgen cases. llvm-svn: 58082
* Add coverage of part of getPrimaryDecl that was failing prior toDaniel Dunbar2008-10-211-3/+4
| | | | | | previous commit. llvm-svn: 57930
* Add some uses of PredefinedExpr to language coverage includes.Daniel Dunbar2008-10-172-0/+10
| | | | llvm-svn: 57744
* Improve C language testing coverage.Daniel Dunbar2008-10-051-0/+35
| | | | llvm-svn: 57103
* Coverage test for targets.Daniel Dunbar2008-10-051-0/+18
| | | | | | - This pushes us over 80% coverage of executable LOC. llvm-svn: 57092
* Improve codegen coverage tests.Daniel Dunbar2008-10-055-9/+13
| | | | | | | - Hit debug info generation. - Hit both ObjC runtimes. llvm-svn: 57088
* Add coverage tests of C and Obj-C language features.Daniel Dunbar2008-10-0411-0/+211
| | | | | | | | | | - AST printing, dumping, serialization, codegen. - HTML printing. - Parser callbacks. Several of these are XFAIL because they trigger unimplemented code. llvm-svn: 57081
* Add test/Driver.Daniel Dunbar2008-10-042-0/+16
- env-include-paths.c is XFAIL as it exposed a bug. Add test/Coverage. - For tests which achieve code coverage but don't validate anything. llvm-svn: 57070
OpenPOWER on IntegriCloud