summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/IdentifierTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-11/+11
* Add a new expression node, CXXOperatorCallExpr, which expresses aDouglas Gregor2008-11-141-1/+12
* Don't build identifiers for C++ constructors, destructors, orDouglas Gregor2008-11-121-2/+29
* Some cleanups to the declaration/checking of overloaded operators in C++. Tha...Douglas Gregor2008-11-101-1/+1
* Parsing, ASTs, and semantic analysis for the declaration of overloadedDouglas Gregor2008-11-061-0/+11
* Reclaim some bits in IdentifierInfo, for later use as overloaded operator names.Douglas Gregor2008-11-061-2/+1
* bool is not an extension in C++Douglas Gregor2008-09-111-1/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+551
OpenPOWER on IntegriCloud