summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclarationName.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce the canonical type smart pointers, and use them in a few places toDouglas Gregor2009-08-051-3/+1
* Change uses of:Ted Kremenek2009-07-291-3/+3
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-3/+3
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-3/+3
* Make sure that we use the canonical type for the names of instantiatedDouglas Gregor2009-05-151-1/+2
* PCH support for all of the predefined Objective-C types, such as id,Douglas Gregor2009-04-231-0/+5
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-2/+1
* add an assertion for unreachable code.Chris Lattner2009-03-211-0/+1
* Remove dead DeclarationName constructors that involving knowing about theTed Kremenek2009-03-141-0/+3
* fix long lines.Chris Lattner2009-02-161-1/+1
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-031-1/+17
* Make sure we don't name a constructor or destructor with a qualifiedDouglas Gregor2009-01-131-0/+2
* dont call iterator::end() on every cycle and dont read already-deleted memoryNuno Lopes2008-12-141-3/+4
* minor WS fix for the previous commitNuno Lopes2008-12-141-3/+2
* fix leakage of CXXSpecialName objects in DeclarationNameTableNuno Lopes2008-12-141-1/+10
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-0/+6
* Migrate some stuff from NamedDecl::getName() to Chris Lattner2008-11-241-3/+3
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-1/+1
* Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor2008-11-181-2/+64
* Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor2008-11-171-0/+46
* Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor2008-11-171-0/+39
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-0/+166
OpenPOWER on IntegriCloud