Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add declarations nested in a linkage specification to the output of | Douglas Gregor | 2010-10-18 | 1 | -1/+1 |
| | | | | | | -ast-print-xml, from Martin Vejnar! llvm-svn: 116702 | ||||
* | Improve XML output for class/struct/union declarations, from Martin Vejnar! | Douglas Gregor | 2010-10-08 | 1 | -21/+3 |
| | | | | llvm-svn: 116103 | ||||
* | Frontend/XML: Add support for printing nested structures, patch by Martin ↵ | Daniel Dunbar | 2010-09-29 | 1 | -0/+12 |
| | | | | | | Vejnár! llvm-svn: 115041 | ||||
* | "this patch properly addresses escaping < and > which might appear | Chris Lattner | 2010-05-12 | 1 | -1/+2 |
| | | | | | | | | | | | (e.g. for C++ operators) in the xml dump. I also re-enabled the unit test for ast-print-xml (or so I think) at least, make test didn't fail..." patch by Sebastien Binet! llvm-svn: 103671 | ||||
* | Improved -ast-print-xml for C++, from Sebastien Binet! | Douglas Gregor | 2010-05-10 | 1 | -4/+43 |
| | | | | llvm-svn: 103412 | ||||
* | Improve XML output for C++ classes, from Olaf Krzikalla! | Douglas Gregor | 2010-03-08 | 1 | -7/+19 |
| | | | | llvm-svn: 97954 | ||||
* | Use the llvm coding convention for indentation for switch. | Mike Stump | 2010-01-20 | 1 | -2/+2 |
| | | | | llvm-svn: 93966 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -49/+25 |
| | | | | llvm-svn: 81346 | ||||
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -4/+4 |
| | | | | | | | Remove ASTContext parameter from DeclContext's methods. This change cascaded down to other Decl's methods and changes to call sites started "escalating". Timings using pre-tokenized "cocoa.h" showed only a ~1% increase in time run between and after this commit. llvm-svn: 74506 | ||||
* | Remove the ASTContext parameter from the getBody() methods of Decl and ↵ | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
| | | | | | | | | subclasses. Timings showed no significant difference before and after the commit. llvm-svn: 74504 | ||||
* | More XML output support, from Olaf Krzikalla! | Douglas Gregor | 2009-06-15 | 1 | -0/+161 |
llvm-svn: 73402 |