1. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  2. 5409d28 Properly update the FormattedArgs vector when the template type diffing falls by Richard Trieu · 12 years ago
  3. 37d2a00 Remove spurious semicolons committed in r159216. by David Blaikie · 12 years ago
  4. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  5. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  6. 36f5cfe Support for raw and template forms of numeric user-defined literals, by Richard Smith · 12 years ago
  7. 341785e More ArrayRef-ification of methods. by Bill Wendling · 12 years ago
  8. ecb912e Change the checks in the type aka printing. A confusing case where the string by Richard Trieu · 13 years ago
  9. 30c4240 When 'bool' is not a built-in type but is defined as a macro, print by Douglas Gregor · 13 years ago
  10. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  11. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  12. b0656ec Improve the diagnostic text for -Wmissing-noreturn to include the name by Chandler Carruth · 13 years ago
  13. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  14. 0673cb3 Apply patch from Richard Trieu to fix PR9548: by Chandler Carruth · 13 years ago
  15. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  16. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  17. 14aa217 Make AttributedTypes for GC-qualified types and fix some miscellaneous by John McCall · 13 years ago
  18. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  19. 69d8316 Add some tests for reference-collapsing and referencing binding by Douglas Gregor · 14 years ago
  20. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  21. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  22. c3f8c07 revise r112365 to fix the actual problem: the isa<TagType>(Underlying) by Chris Lattner · 14 years ago
  23. d527874 suppress annoying textual repetition as 'aka' by Gabor Greif · 14 years ago
  24. 1733bc3 Teach the AKA calculation to look at sugar on the pointee type for pointers and by Chandler Carruth · 14 years ago
  25. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  26. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  27. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 14 years ago
  28. 79a9a34 Move the diagnostic argument formatting function out of Sema and make by Douglas Gregor · 15 years ago