summaryrefslogtreecommitdiff
path: root/lib/AST/DeclarationName.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add DeclarationName support for C++0x operator literals. They should now work asSean Hunt2009-11-291-0/+44
* Fix a missing include from r88876.Chandler Carruth2009-11-151-0/+1
* Add DeclarationName::dump().Anders Carlsson2009-11-151-0/+4
* Give DeclarationName's operator< a more predictable, useful orderingDouglas Gregor2009-11-041-5/+45
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-1/+1
* Move misc clients to IdentifierInfo StringRef API.Daniel Dunbar2009-10-181-1/+1
* Write the preprocessor block after we write out types + declarations,Douglas Gregor2009-10-171-1/+1
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-2/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-15/+15
* 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