Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
5126c60498a78b90bda699ba6a2afbb7043686f5
/
test
/
SemaCXX
/
attr-deprecated.cpp
b697e08
Diagnose deprecated/unavailable functions selected by overload resolution.
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
8195bc9
CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878.
by Anders Carlsson
· 15 years ago
ed90c4e
Fix PR4878 for real.
by Anders Carlsson
· 15 years ago
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
fb7ef75
getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDeclaratorContext has been called. Fixes PR4694. (Doug, please review)
by Anders Carlsson
· 15 years ago
0f44b5a
Make sure to diagnose use of declarations in the case where we create an implicit CXXThisExpr.
by Anders Carlsson
· 15 years ago