summaryrefslogtreecommitdiffstats
path: root/clang/test/Coverage/c-language-features.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash caused by unnamed union or struct when doing ast-printSerge Pavlov2014-06-201-0/+12
| | | | llvm-svn: 211380
* Frontend/XML: Add support for printing nested structures, patch by Martin ↵Daniel Dunbar2010-09-291-0/+8
| | | | | | Vejnár! llvm-svn: 115041
* Revert r92431, this code isn't dead and broke the ntfs build.Daniel Dunbar2010-01-041-0/+9
| | | | llvm-svn: 92493
* Printing for using directives, e.g.,Douglas Gregor2009-05-301-0/+1
| | | | | | | | | 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
* 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