aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/attr-deprecated.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Sema: Only merge typedef attributes if the previous decl is a typedefJustin Bogner1-0/+6
2013-02-12Attempt to fix this test on i686 targets.Nick Lewycky1-1/+1
2013-02-12The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky1-1/+12
2012-08-08Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman1-1/+1
2012-05-27-Wdeprecated warning to include reference (as a note)Fariborz Jahanian1-21/+21
2011-11-28pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian1-2/+2
2011-09-29c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian1-2/+2
2010-10-22Parse attributes on enumerators and instantiate attributes on enum decls.John McCall1-0/+43
2010-05-06Diagnose deprecated/unavailable functions selected by overload resolution.John McCall1-0/+126
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-09-13CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878.Anders Carlsson1-0/+10
2009-09-11Fix PR4878 for real.Anders Carlsson1-0/+13
2009-09-10Don't check use of a member function declaration used if the member function ...Anders Carlsson1-0/+17
2009-08-08getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDec...Anders Carlsson1-0/+10
2009-08-08Make sure to diagnose use of declarations in the case where we create an impl...Anders Carlsson1-0/+16