aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/NestedNameSpecifier.cpp
AgeCommit message (Expand)Author
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-01-23Add constness for NestedNameSpecifier::Create parameterDmitri Gribenko
2012-08-15Use the right alignment when allocating NestedNameSpecifier objects.Richard Smith
2012-03-09[AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined.Daniel Dunbar
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer
2012-02-04Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-11-03Add a printing policy flag to suppress printing "<anonymous>::" priorDouglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-01Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor
2011-02-28Refactor the construction of nested-name-specifiers withDouglas Gregor
2011-02-25Push nested-name-specifier source location information into using directives.Douglas Gregor
2011-02-25Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor
2011-02-24Retain complete source-location information for C++Douglas Gregor
2011-02-24Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2011-01-12PR3558: mark "logically const" accessor methods in ASTContext as const,Jay Foad
2010-12-13Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor
2010-07-25Kill off the last Destroy method in the AST libraryDouglas Gregor
2010-05-11Merged Elaborated and QualifiedName types.Abramo Bagnara
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-11-10Move all of the type-printing logic to its own C++ source fileDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-09Initial stab at implement dependent member references to memberDouglas Gregor
2009-09-05Start emitting ElaboratedTypes in C++ mode. Support the effort in variousJohn McCall
2009-09-02Add a wicked little test-case that illustrates what we have to dealDouglas Gregor
2009-08-26Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-05-29Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor
2009-04-01Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor
2009-03-31Some cleanup and renaming. No functionality changeDouglas Gregor
2009-03-27Initial implementation of parsing, semantic analysis, and templateDouglas Gregor
2009-03-26Revamp our representation of C++ nested-name-specifiers. We now have aDouglas Gregor
2009-03-19Generalize printing of nested-name-specifier sequences for use in bothDouglas Gregor
2009-03-19Introduce a representation for types that we referred to via aDouglas Gregor