summaryrefslogtreecommitdiffstats
path: root/clang/test/Coverage/c-language-features.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-041-0/+11
| | | | llvm-svn: 63726
* A couple more vector component access fixes.Nate Begeman2009-01-181-1/+1
| | | | llvm-svn: 62443
* 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-171-0/+6
| | | | llvm-svn: 57744
* Improve C language testing coverage.Daniel Dunbar2008-10-051-0/+35
| | | | llvm-svn: 57103
* Add coverage tests of C and Obj-C language features.Daniel Dunbar2008-10-041-0/+104
- AST printing, dumping, serialization, codegen. - HTML printing. - Parser callbacks. Several of these are XFAIL because they trigger unimplemented code. llvm-svn: 57081
OpenPOWER on IntegriCloud