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