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