summaryrefslogtreecommitdiff
path: root/test/SemaCXX/attr-deprecated.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-4/+4
* Correct class-template deprecation behavior-REDUXErich Keane2017-03-231-6/+6
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-221-6/+6
* Correct class-template deprecation behaviorErich Keane2017-03-211-6/+6
* Add test to verify we emit warning when the deprecated virtual function is ov...Davide Italiano2015-07-231-0/+6
* [Sema] Diagnose use of declaration correctly.Davide Italiano2015-07-221-5/+5
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-24/+24
* Sema: Only merge typedef attributes if the previous decl is a typedefJustin Bogner2013-10-081-0/+6
* Attempt to fix this test on i686 targets.Nick Lewycky2013-02-121-1/+1
* The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky2013-02-121-1/+12
* Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman2012-08-081-1/+1
* -Wdeprecated warning to include reference (as a note)Fariborz Jahanian2012-05-271-21/+21
* pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian2011-11-281-2/+2
* c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian2011-09-291-2/+2
* Parse attributes on enumerators and instantiate attributes on enum decls.John McCall2010-10-221-0/+43
* Diagnose deprecated/unavailable functions selected by overload resolution.John McCall2010-05-061-0/+126
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878.Anders Carlsson2009-09-131-0/+10
* Fix PR4878 for real.Anders Carlsson2009-09-111-0/+13
* Don't check use of a member function declaration used if the member function ...Anders Carlsson2009-09-101-0/+17
* getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDec...Anders Carlsson2009-08-081-0/+10
* Make sure to diagnose use of declarations in the case where we create an impl...Anders Carlsson2009-08-081-0/+16