Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7121bdb91b86f6053765bda18dd0a8a118929ace
/
test
/
SemaCXX
/
attr-deprecated.cpp
2dd68de
Sema: Only merge typedef attributes if the previous decl is a typedef
by Justin Bogner
· 11 years ago
9efe057
Attempt to fix this test on i686 targets.
by Nick Lewycky
· 12 years ago
3c86a5c
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
by Nick Lewycky
· 12 years ago
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
350e956
-Wdeprecated warning to include reference (as a note)
by Fariborz Jahanian
· 12 years ago
39b4fc8
pinpoint name/location of deprecated/unavailable enumerator
by Fariborz Jahanian
· 13 years ago
97db726
c - Enumerators may inherit the deprecated/unavailable
by Fariborz Jahanian
· 13 years ago
5b629aa
Parse attributes on enumerators and instantiate attributes on enum decls.
by John McCall
· 14 years ago
b697e08
Diagnose deprecated/unavailable functions selected by overload resolution.
by John McCall
· 14 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