aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/IdentifierTable.cpp
AgeCommit message (Expand)Author
2008-11-24Rename Selector::getName() to Selector::getAsString(), and addChris Lattner
2008-11-18Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor
2008-11-17Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor
2008-11-17Introduction the DeclarationName class, as a single, general method ofDouglas Gregor
2008-11-14Add a new expression node, CXXOperatorCallExpr, which expresses aDouglas Gregor
2008-11-12Don't build identifiers for C++ constructors, destructors, orDouglas Gregor
2008-11-10Some cleanups to the declaration/checking of overloaded operators in C++. Tha...Douglas Gregor
2008-11-06Parsing, ASTs, and semantic analysis for the declaration of overloadedDouglas Gregor
2008-11-06Reclaim some bits in IdentifierInfo, for later use as overloaded operator names.Douglas Gregor
2008-09-11bool is not an extension in C++Douglas Gregor
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner