summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/NestedNameSpecifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-3/+3
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+0
* Move all of the type-printing logic to its own C++ source fileDouglas Gregor2009-11-101-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-14/+14
* Initial stab at implement dependent member references to memberDouglas Gregor2009-09-091-1/+1
* Start emitting ElaboratedTypes in C++ mode. Support the effort in variousJohn McCall2009-09-051-0/+1
* Add a wicked little test-case that illustrates what we have to dealDouglas Gregor2009-09-021-1/+11
* Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor2009-08-261-7/+25
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-4/+2
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-7/+11
* Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor2009-04-011-13/+13
* Some cleanup and renaming. No functionality changeDouglas Gregor2009-03-311-10/+4
* Initial implementation of parsing, semantic analysis, and templateDouglas Gregor2009-03-271-0/+10
* Revamp our representation of C++ nested-name-specifiers. We now have aDouglas Gregor2009-03-261-37/+128
* Generalize printing of nested-name-specifier sequences for use in bothDouglas Gregor2009-03-191-0/+27
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-0/+34
OpenPOWER on IntegriCloud