summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/IdentifierTable.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* allocate MultiKeywordSelector's out of a bump pointer allocator instead of ma...Chris Lattner2009-03-041-10/+22
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-021-0/+1
* Add a bit to IdentifierInfo that acts as a simple predicate whichChris Lattner2009-01-211-0/+1
* Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably...Ted Kremenek2009-01-201-14/+8
* IdentifierInfo:Ted Kremenek2009-01-151-5/+9
* 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-22/+0
* Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor2008-11-171-28/+2
* 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