summaryrefslogtreecommitdiff
path: root/test/SemaCXX/attr-deprecated.cpp
Commit message (Expand)AuthorAge
* Attempt to fix this test on i686 targets.Nick Lewycky2013-02-12
* The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky2013-02-12
* Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman2012-08-08
* -Wdeprecated warning to include reference (as a note)Fariborz Jahanian2012-05-27
* pinpoint name/location of deprecated/unavailable enumeratorFariborz Jahanian2011-11-28
* c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian2011-09-29
* Parse attributes on enumerators and instantiate attributes on enum decls.John McCall2010-10-22
* Diagnose deprecated/unavailable functions selected by overload resolution.John McCall2010-05-06
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878.Anders Carlsson2009-09-13
* Fix PR4878 for real.Anders Carlsson2009-09-11
* Don't check use of a member function declaration used if the member function ...Anders Carlsson2009-09-10
* getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDec...Anders Carlsson2009-08-08
* Make sure to diagnose use of declarations in the case where we create an impl...Anders Carlsson2009-08-08