1. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  2. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  3. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  4. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 13 years ago
  5. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  6. 711c52b Refactor the application of type attributes so that attributes from by John McCall · 14 years ago
  7. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  8. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  9. 140a2bd Skip ParenType on function instantiations. by Abramo Bagnara · 14 years ago
  10. 45ab4b5 In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see by Craig Silverstein · 14 years ago
  11. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  12. e4aec0e Improved TypeLoc::getSourceRange(). by Abramo Bagnara · 14 years ago
  13. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  14. 7eb914b Avoid doing two switches in TypeLoc's initialize() loop. The optimizer by John McCall · 14 years ago
  15. d038f36 float, double, and long double do need extra data in the by Douglas Gregor · 15 years ago
  16. ddf889a Improve source-location information for builtin TypeLocs, from Enea by Douglas Gregor · 15 years ago
  17. cfb708c Add type source information for both kinds of typeof types. by John McCall · 15 years ago
  18. ed97649 Fix "using typename" and the instantiation of non-dependent using declarations. by John McCall · 15 years ago
  19. a4ee442 Suppress build warning. by Daniel Dunbar · 15 years ago
  20. 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
  21. 4ce74bd Allow TypeLocs to be fully initialized with a single SourceLocation. This by John McCall · 15 years ago
  22. 34a0447 Better living through metaprogramming. Create a base class which abstracts by John McCall · 15 years ago
  23. 0c41180 Pull TypeLocVisitor into its own header file. by Argyrios Kyrtzidis · 15 years ago
  24. eb66759 Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces. by Argyrios Kyrtzidis · 15 years ago
  25. f352bdd Introduce ObjCProtocolListLoc for keeping source location information for protocol references. by Argyrios Kyrtzidis · 15 years ago
  26. 68006af Introduce TypeLoc::getSourceRange(). by Argyrios Kyrtzidis · 15 years ago
  27. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  28. b17166c Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and reading source information for types. by Argyrios Kyrtzidis · 15 years ago