summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclarationName.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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