1. a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 12 years ago
  2. a85cf39 Improve diagnostics for invalid use of non-static members / this: by Richard Smith · 12 years ago
  3. 110acc1 Improve the diagnostic you get when making a qualified member access by John McCall · 14 years ago
  4. 9de672f When recovering from a qualified typedef name, don't clear out the by Douglas Gregor · 14 years ago
  5. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  6. 731ad84 Just push a new scope when parsing an out-of-line variable definition. by John McCall · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 129e2df Eliminate the use of OverloadedFunctionDecl in member expressions. by John McCall · 15 years ago
  9. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  10. a38c687 Improved handling for dependent, qualified member access expressions, e.g., by Douglas Gregor · 15 years ago
  11. 2dd078a Rewrite of our handling of name lookup in C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
  12. fe85ced Support nested-name-specifiers for C++ member access expressions, e.g., by Douglas Gregor · 15 years ago