summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/NestedNameSpecifier.h
Commit message (Expand)AuthorAgeFilesLines
* Constify NestedNameSpecifier::dump and add a no-argument dump function suitab...Yaron Keren2015-12-271-1/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-3/+31
* [C++11] Use 'nullptr'Craig Topper2014-05-061-6/+8
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+5
* Add constness for NestedNameSpecifier::Create parameterDmitri Gribenko2013-01-231-1/+1
* Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper2012-09-181-2/+1
* Documentation cleanup:James Dennett2012-06-181-7/+8
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-091-2/+3
* [AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined.Daniel Dunbar2012-03-091-2/+6
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-4/+7
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-7/+4
* Support decltype in nested-name-specifiers.David Blaikie2011-12-041-2/+3
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-091-42/+43
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* remove some now-redundant forward declarations.Chris Lattner2011-07-201-4/+0
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-1/+1
* Fixed enum types can be complete without actually being valid to useJohn McCall2011-07-061-0/+8
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-0/+4
* Refactor the construction of nested-name-specifiers withDouglas Gregor2011-02-281-0/+140
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-251-0/+10
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-0/+12
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-3/+20
* Retain complete source-location information for C++Douglas Gregor2011-02-241-0/+70
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-21/+33
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-3/+3
* PR3558: mark "logically const" accessor methods in ASTContext as const,Jay Foad2011-01-121-6/+7
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-131-0/+4
* Kill off the last Destroy method in the AST libraryDouglas Gregor2010-07-251-2/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-16/+16
* Add a wicked little test-case that illustrates what we have to dealDouglas Gregor2009-09-021-0/+8
* Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor2009-08-261-0/+10
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-1/+2
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-1/+2
* Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor2009-04-011-19/+22
* Some cleanup and renaming. No functionality changeDouglas Gregor2009-03-311-2/+2
* Remove a trivial FIXMEDouglas Gregor2009-03-301-1/+0
* Initial implementation of parsing, semantic analysis, and templateDouglas Gregor2009-03-271-0/+4
* Revamp our representation of C++ nested-name-specifiers. We now have aDouglas Gregor2009-03-261-68/+126
* Generalize printing of nested-name-specifier sequences for use in bothDouglas Gregor2009-03-191-0/+7
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-0/+111