aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/DocumentXML.h
AgeCommit message (Expand)Author
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2010-07-26It's not necessary to call flush() on a raw_ostream immediately priorDan Gohman
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
2009-09-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-15More XML output support, from Olaf Krzikalla!Douglas Gregor
2009-05-21AST XML dump, from Olaf Krzikalla!Douglas Gregor