aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/DocumentXML.cpp
AgeCommit message (Expand)Author
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2011-02-24Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor
2010-11-12Make sure to always check the result ofDouglas Gregor
2010-11-09Appeasing MSVC, take 3Douglas Gregor
2010-11-09Try to appease MSVCDouglas Gregor
2010-11-09Add missing includeDouglas Gregor
2010-11-09sprintf -> snprintf conversion, from Vladimir KirillovDouglas Gregor
2010-05-10Improved -ast-print-xml for C++, from Sebastien Binet!Douglas Gregor
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-09-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-09-21Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall
2009-09-16Fix spelling.Mike Stump
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-15More XML output support, from Olaf Krzikalla!Douglas Gregor
2009-05-30Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor
2009-05-29Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor
2009-05-21AST XML dump, from Olaf Krzikalla!Douglas Gregor