1. efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago
  2. b3df138 Switch diagnostic text from "C++0x" over to "C++11". 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. eff1dbe We may fail to map a declaration in a template to its instantiated by Douglas Gregor · 14 years ago
  5. 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
  6. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  7. 2243288 Properly account for redeclarations when explicitly instantiating class templates. by John McCall · 15 years ago
  8. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  9. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  10. 6c1c1b8 Link up member-class redeclarations during template instantiation. by John McCall · 15 years ago
  11. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  12. d048bb7 Fix notes regarding the instantiation of member classes (and test 'em). by Douglas Gregor · 16 years ago
  13. d475b8d Instantiation for member classes of class templates. Note that only by Douglas Gregor · 16 years ago