summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DeclXML.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add declarations nested in a linkage specification to the output ofDouglas Gregor2010-10-181-1/+1
| | | | | | -ast-print-xml, from Martin Vejnar! llvm-svn: 116702
* Improve XML output for class/struct/union declarations, from Martin Vejnar!Douglas Gregor2010-10-081-21/+3
| | | | llvm-svn: 116103
* Frontend/XML: Add support for printing nested structures, patch by Martin ↵Daniel Dunbar2010-09-291-0/+12
| | | | | | Vejnár! llvm-svn: 115041
* "this patch properly addresses escaping < and > which might appearChris Lattner2010-05-121-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 Gregor2010-05-101-4/+43
| | | | llvm-svn: 103412
* Improve XML output for C++ classes, from Olaf Krzikalla!Douglas Gregor2010-03-081-7/+19
| | | | llvm-svn: 97954
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-201-2/+2
| | | | llvm-svn: 93966
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-49/+25
| | | | llvm-svn: 81346
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-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 Kyrtzidis2009-06-301-1/+1
| | | | | | | | subclasses. Timings showed no significant difference before and after the commit. llvm-svn: 74504
* More XML output support, from Olaf Krzikalla!Douglas Gregor2009-06-151-0/+161
llvm-svn: 73402
OpenPOWER on IntegriCloud