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