1. f6cde77 Add printName to DeclarationName which prints the human-readable name on a by Benjamin Kramer · 15 years ago
  2. 7fe0b9e Switch the standard DeclarationName comparator to be a tri-valued comparator. by John McCall · 16 years ago
  3. a6c058d Implement semantic checking for C++ literal operators. by Sean Hunt · 16 years ago
  4. 48026d2 Implement name lookup for conversion function template specializations by Douglas Gregor · 16 years ago
  5. 2550d70 move a few more symbols to .rodata/.data.rel.ro by Nuno Lopes · 16 years ago
  6. 68f7a24 spread 'const' love to some variables. this considerably reduces the amount of dirty data around. by Nuno Lopes · 16 years ago
  7. 3e518bd Add DeclarationName support for C++0x operator literals. They should now work as by Sean Hunt · 16 years ago
  8. 894993f Fix a missing include from r88876. by Chandler Carruth · 16 years ago
  9. 70f5bc7 Add DeclarationName::dump(). by Anders Carlsson · 16 years ago
  10. d6b5f13 Give DeclarationName's operator< a more predictable, useful ordering by Douglas Gregor · 16 years ago
  11. 01eb9b9 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 16 years ago
  12. 5ffe14c Move misc clients to IdentifierInfo StringRef API. by Daniel Dunbar · 16 years ago
  13. 813a97b Write the preprocessor block after we write out types + declarations, by Douglas Gregor · 16 years ago
  14. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 16 years ago
  15. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  16. 50d62d1 Introduce the canonical type smart pointers, and use them in a few places to by Douglas Gregor · 16 years ago
  17. 6217b80 Change uses of: by Ted Kremenek · 16 years ago
  18. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 16 years ago
  19. 5cad1f7 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. by Ted Kremenek · 16 years ago
  20. 49f25ec Make sure that we use the canonical type for the names of instantiated by Douglas Gregor · 16 years ago
  21. 319ac89 PCH support for all of the predefined Objective-C types, such as id, by Douglas Gregor · 16 years ago
  22. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 16 years ago
  23. ac8d75f add an assertion for unreachable code. by Chris Lattner · 16 years ago
  24. 3eb8dd7 Remove dead DeclarationName constructors that involving knowing about the by Ted Kremenek · 16 years ago
  25. d603eaa fix long lines. by Chris Lattner · 16 years ago
  26. 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 17 years ago
  27. e63ef48 Make sure we don't name a constructor or destructor with a qualified by Douglas Gregor · 17 years ago
  28. f9d1e4b dont call iterator::end() on every cycle and dont read already-deleted memory by Nuno Lopes · 17 years ago
  29. 640b319 minor WS fix for the previous commit by Nuno Lopes · 17 years ago
  30. 6d34ae5 fix leakage of CXXSpecialName objects in DeclarationNameTable by Nuno Lopes · 17 years ago
  31. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 17 years ago
  32. 39f34e9 Migrate some stuff from NamedDecl::getName() to by Chris Lattner · 17 years ago
  33. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 17 years ago
  34. e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 17 years ago
  35. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 17 years ago
  36. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 17 years ago
  37. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 17 years ago