aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/DeclXML.cpp
AgeCommit message (Expand)Author
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2010-10-18Add declarations nested in a linkage specification to the output ofDouglas Gregor
2010-10-08Improve XML output for class/struct/union declarations, from Martin Vejnar!Douglas Gregor
2010-09-29Frontend/XML: Add support for printing nested structures, patch by Martin Vej...Daniel Dunbar
2010-05-12"this patch properly addresses escaping < and > which might appearChris Lattner
2010-05-10Improved -ast-print-xml for C++, from Sebastien Binet!Douglas Gregor
2010-03-08Improve XML output for C++ classes, from Olaf Krzikalla!Douglas Gregor
2010-01-20Use the llvm coding convention for indentation for switch.Mike Stump
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis
2009-06-15More XML output support, from Olaf Krzikalla!Douglas Gregor