1. b3df138 Switch diagnostic text from "C++0x" over to "C++11". by Douglas Gregor · 13 years ago
  2. 5cbe101 Look through parenthesized declarators when determining whether an by Douglas Gregor · 13 years ago
  3. c89edf5 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 · 13 years ago
  4. 1d441ee When instantiating a function template declaration that was expressed by Douglas Gregor · 13 years ago
  5. c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 14 years ago
  6. b212d9a When instantiating a function declaration within a function template, by Douglas Gregor · 14 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 49f25ec Make sure that we use the canonical type for the names of instantiated by Douglas Gregor · 15 years ago