Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash caused by unnamed union or struct when doing ast-print | Serge Pavlov | 2014-06-20 | 1 | -0/+12 |
| | | | | llvm-svn: 211380 | ||||
* | Frontend/XML: Add support for printing nested structures, patch by Martin ↵ | Daniel Dunbar | 2010-09-29 | 1 | -0/+8 |
| | | | | | | Vejnár! llvm-svn: 115041 | ||||
* | Revert r92431, this code isn't dead and broke the ntfs build. | Daniel Dunbar | 2010-01-04 | 1 | -0/+9 |
| | | | | llvm-svn: 92493 | ||||
* | Printing for using directives, e.g., | Douglas Gregor | 2009-05-30 | 1 | -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 function | Douglas Gregor | 2009-05-30 | 1 | -0/+2 |
| | | | | | | declaration. llvm-svn: 72613 | ||||
* | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor | 2009-05-30 | 1 | -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 Jon | Zhongxing Xu | 2009-04-05 | 1 | -0/+3 |
| | | | | | | Simons. llvm-svn: 68436 | ||||
* | Support member reference on ?: of struct type. | Daniel Dunbar | 2009-03-24 | 1 | -0/+16 |
| | | | | llvm-svn: 67603 | ||||
* | Support va_arg on _Complex. | Daniel Dunbar | 2009-02-10 | 1 | -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 Dunbar | 2009-02-04 | 1 | -0/+11 |
| | | | | llvm-svn: 63726 | ||||
* | A couple more vector component access fixes. | Nate Begeman | 2009-01-18 | 1 | -1/+1 |
| | | | | llvm-svn: 62443 | ||||
* | Add coverage of part of getPrimaryDecl that was failing prior to | Daniel Dunbar | 2008-10-21 | 1 | -3/+4 |
| | | | | | | previous commit. llvm-svn: 57930 | ||||
* | Add some uses of PredefinedExpr to language coverage includes. | Daniel Dunbar | 2008-10-17 | 1 | -0/+6 |
| | | | | llvm-svn: 57744 | ||||
* | Improve C language testing coverage. | Daniel Dunbar | 2008-10-05 | 1 | -0/+35 |
| | | | | llvm-svn: 57103 | ||||
* | Add coverage tests of C and Obj-C language features. | Daniel Dunbar | 2008-10-04 | 1 | -0/+104 |
- AST printing, dumping, serialization, codegen. - HTML printing. - Parser callbacks. Several of these are XFAIL because they trigger unimplemented code. llvm-svn: 57081 |