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