summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DocumentXML.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2011-03-071-381/+0
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-0/+5
* Make sure to always check the result ofDouglas Gregor2010-11-121-5/+8
* Appeasing MSVC, take 3Douglas Gregor2010-11-091-0/+1
* Try to appease MSVCDouglas Gregor2010-11-091-0/+4
* Add missing includeDouglas Gregor2010-11-091-0/+1
* sprintf -> snprintf conversion, from Vladimir KirillovDouglas Gregor2010-11-091-1/+1
* Improved -ast-print-xml for C++, from Sebastien Binet!Douglas Gregor2010-05-101-0/+29
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-161-2/+2
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-2/+2
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-1/+1
* Fix spelling.Mike Stump2009-09-161-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-87/+64
* More XML output support, from Olaf Krzikalla!Douglas Gregor2009-06-151-283/+65
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-0/+2
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-1/+1
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-0/+577
OpenPOWER on IntegriCloud