- 6704b31 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 17 years ago
- 24afd4a Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 17 years ago
- 65fedaf Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 17 years ago
- cbcb4c2 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 17 years ago
- 9c6210b Some cleanups to the declaration/checking of overloaded operators in C++. Thanks to Sebastian for the review by Douglas Gregor · 17 years ago
- e60e5d3 Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 17 years ago
- 444bb8b Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. by Douglas Gregor · 17 years ago
- ab5f114 bool is not an extension in C++ by Douglas Gregor · 17 years ago
- be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/IdentifierTable.cpp]
- fc45700 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
- 3235d4e fix the second half of PR2041: __restrict is ok in c90 mode, even if by Chris Lattner · 18 years ago
- 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
- 04de5d8 Fixed bug in the serialization of SelectorTable where we did not register the by Ted Kremenek · 18 years ago
- a8a6a48 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 18 years ago
- ca89334 Break out bool/true/false support into a LangOption by Nate Begeman · 18 years ago
- acba361 Renamed all serialization "Materialize" methods to "Create" to conform with by Ted Kremenek · 18 years ago
- b5d6a07 Changed the serialization of IdentifierTable to only serialize out entries by Ted Kremenek · 18 years ago
- 469f1ba Changed method call to reflect updated serialization API. by Ted Kremenek · 18 years ago
- 9d182bb Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit by Ted Kremenek · 18 years ago
- 2c27451 Added registration to deserialization engine of IdentifierInfo* as by Ted Kremenek · 18 years ago
- ce797d9 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 18 years ago
- 634cadf Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 18 years ago
- 13326a4 avoid accessing off the end of identifiers. by Chris Lattner · 18 years ago
- 2fd1c65 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 18 years ago[Renamed (99%) from Lex/IdentifierTable.cpp]
- aa9bdf1 implement the Token class in the Lexer.cpp file instead of IdentifierInfo.cpp by Chris Lattner · 18 years ago
- 7a1b088 improve layering: by Chris Lattner · 18 years ago
- 11f3277 Remove the PPID bitfield from IdentifierInfo, shrinking it by a word by Chris Lattner · 18 years ago
- 0371c0e First step to fixing a long lived layering violation: this by Chris Lattner · 18 years ago
- d031a45 simplify the interfaces to create selectors: getSelector can take any by Chris Lattner · 18 years ago
- 64610dd simplify some Selector interfaces. by Chris Lattner · 18 years ago
- 48ed6f8 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 18 years ago
- f9e80db by Steve Naroff · 18 years ago
- 5b82d95 by Steve Naroff · 18 years ago
- 6cb1d36 by Steve Naroff · 18 years ago
- e41de35 by Steve Naroff · 18 years ago
- 4ed9d66 by Steve Naroff · 18 years ago
- 4bc52ce by Steve Naroff · 18 years ago
- 948fd37 by Steve Naroff · 18 years ago
- 87c329f by Steve Naroff · 18 years ago
- 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 18 years ago