1. 85dec55 [Lit Test] Updated 20 Lit tests to be C++11 compatible. by Charles Li · 10 years ago
  2. 9148622 [Sema] Don't look for the instantiation of a local extern decl in a different by Argyrios Kyrtzidis · 12 years ago
  3. 205d044 Switch diagnostic text from "C++0x" over to "C++11". by Douglas Gregor · 14 years ago
  4. b7c0083 Look through parenthesized declarators when determining whether an by Douglas Gregor · 14 years ago
  5. cd1c055 Fix AST representations of alias-declarations which define tag types. Inside classes, the tag types need to have an associated access specifier, and inside function definitions, they need to be included in the declarations of the DeclStmt. These issues manifested as assertions during template instantiation, and also in a WIP constexpr patch. by Richard Smith · 14 years ago
  6. 1501f16 When instantiating a function template declaration that was expressed by Douglas Gregor · 14 years ago
  7. ebada077 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 15 years ago
  8. 9f44d14 When instantiating a function declaration within a function template, by Douglas Gregor · 15 years ago
  9. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  10. 8d2ad87 Make sure that we use the canonical type for the names of instantiated by Douglas Gregor · 16 years ago