| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the AST printer (-ast-print-xml), which is too incomplete and | Douglas Gregor | 2011-03-07 | 1 | -381/+0 |
* | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -0/+5 |
* | Make sure to always check the result of | Douglas Gregor | 2010-11-12 | 1 | -5/+8 |
* | Appeasing MSVC, take 3 | Douglas Gregor | 2010-11-09 | 1 | -0/+1 |
* | Try to appease MSVC | Douglas Gregor | 2010-11-09 | 1 | -0/+4 |
* | Add missing include | Douglas Gregor | 2010-11-09 | 1 | -0/+1 |
* | sprintf -> snprintf conversion, from Vladimir Kirillov | Douglas Gregor | 2010-11-09 | 1 | -1/+1 |
* | Improved -ast-print-xml for C++, from Sebastien Binet! | Douglas Gregor | 2010-05-10 | 1 | -0/+29 |
* | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -2/+2 |
* | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -2/+2 |
* | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -1/+1 |
* | Fix spelling. | Mike Stump | 2009-09-16 | 1 | -1/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -87/+64 |
* | More XML output support, from Olaf Krzikalla! | Douglas Gregor | 2009-06-15 | 1 | -283/+65 |
* | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor | 2009-05-30 | 1 | -0/+2 |
* | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor | 2009-05-29 | 1 | -1/+1 |
* | AST XML dump, from Olaf Krzikalla! | Douglas Gregor | 2009-05-21 | 1 | -0/+577 |