1. b697e08 Diagnose deprecated/unavailable functions selected by overload resolution. by John McCall · 15 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  3. 8195bc9 CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878. by Anders Carlsson · 15 years ago
  4. ed90c4e Fix PR4878 for real. by Anders Carlsson · 15 years ago
  5. 0f72856 Don't check use of a member function declaration used if the member function is virtual and the member reference expression doesn't explicitly qualify it. Fixes PR4878. by Anders Carlsson · 15 years ago
  6. fb7ef75 getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDeclaratorContext has been called. Fixes PR4694. (Doug, please review) by Anders Carlsson · 15 years ago
  7. 0f44b5a Make sure to diagnose use of declarations in the case where we create an implicit CXXThisExpr. by Anders Carlsson · 15 years ago