1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 2dd68de Sema: Only merge typedef attributes if the previous decl is a typedef by Justin Bogner · 11 years ago
  3. 9efe057 Attempt to fix this test on i686 targets. by Nick Lewycky · 11 years ago
  4. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 11 years ago
  5. c3b2308 Unify the codepaths for emitting deprecation warnings. The test changes are just to account for us emitting notes more consistently. by Eli Friedman · 12 years ago
  6. 350e956 -Wdeprecated warning to include reference (as a note) by Fariborz Jahanian · 12 years ago
  7. 39b4fc8 pinpoint name/location of deprecated/unavailable enumerator by Fariborz Jahanian · 13 years ago
  8. 97db726 c - Enumerators may inherit the deprecated/unavailable by Fariborz Jahanian · 13 years ago
  9. 5b629aa Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
  10. b697e08 Diagnose deprecated/unavailable functions selected by overload resolution. by John McCall · 14 years ago
  11. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  12. 8195bc9 CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878. by Anders Carlsson · 15 years ago
  13. ed90c4e Fix PR4878 for real. by Anders Carlsson · 15 years ago
  14. 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
  15. fb7ef75 getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDeclaratorContext has been called. Fixes PR4694. (Doug, please review) by Anders Carlsson · 15 years ago
  16. 0f44b5a Make sure to diagnose use of declarations in the case where we create an implicit CXXThisExpr. by Anders Carlsson · 15 years ago