| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a printing policy flag to suppress printing "<anonymous>::" prior | Douglas Gregor | 2011-11-03 | 1 | -0/+3 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
* | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 1 | -0/+22 |
* | Refactor the construction of nested-name-specifiers with | Douglas Gregor | 2011-02-28 | 1 | -0/+246 |
* | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -1/+7 |
* | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -2/+13 |
* | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -0/+92 |
* | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -5/+68 |
* | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -3/+3 |
* | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad | 2011-01-12 | 1 | -8/+10 |
* | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor | 2010-12-13 | 1 | -0/+18 |
* | Kill off the last Destroy method in the AST library | Douglas Gregor | 2010-07-25 | 1 | -5/+0 |
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -3/+3 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -1/+0 |
* | Move all of the type-printing logic to its own C++ source file | Douglas Gregor | 2009-11-10 | 1 | -1/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -14/+14 |
* | Initial stab at implement dependent member references to member | Douglas Gregor | 2009-09-09 | 1 | -1/+1 |
* | Start emitting ElaboratedTypes in C++ mode. Support the effort in various | John McCall | 2009-09-05 | 1 | -0/+1 |
* | Add a wicked little test-case that illustrates what we have to deal | Douglas Gregor | 2009-09-02 | 1 | -1/+11 |
* | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor | 2009-08-26 | 1 | -7/+25 |
* | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner | 2009-06-30 | 1 | -4/+2 |
* | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor | 2009-05-29 | 1 | -7/+11 |
* | Parsing, semantic analysis, and template instantiation for typename | Douglas Gregor | 2009-04-01 | 1 | -13/+13 |
* | Some cleanup and renaming. No functionality change | Douglas Gregor | 2009-03-31 | 1 | -10/+4 |
* | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor | 2009-03-27 | 1 | -0/+10 |
* | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor | 2009-03-26 | 1 | -37/+128 |
* | Generalize printing of nested-name-specifier sequences for use in both | Douglas Gregor | 2009-03-19 | 1 | -0/+27 |
* | Introduce a representation for types that we referred to via a | Douglas Gregor | 2009-03-19 | 1 | -0/+34 |