summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-deprecated.cpp
Commit message (Collapse)AuthorAgeFilesLines
* c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian2011-09-291-2/+2
| | | | | | | attributes from the enumeration type. // rdar://10201690 llvm-svn: 140800
* Parse attributes on enumerators and instantiate attributes on enum decls.John McCall2010-10-221-0/+43
| | | | llvm-svn: 117182
* Diagnose deprecated/unavailable functions selected by overload resolution.John McCall2010-05-061-0/+126
| | | | | | Fixes rdar://problem/4232969, or at least the clang parts of it. llvm-svn: 103191
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878.Anders Carlsson2009-09-131-0/+10
| | | | llvm-svn: 81715
* Fix PR4878 for real.Anders Carlsson2009-09-111-0/+13
| | | | llvm-svn: 81507
* Don't check use of a member function declaration used if the member function ↵Anders Carlsson2009-09-101-0/+17
| | | | | | is virtual and the member reference expression doesn't explicitly qualify it. Fixes PR4878. llvm-svn: 81460
* getFunctionLevelDeclContext needs to get the previous DeclContext if ↵Anders Carlsson2009-08-081-0/+10
| | | | | | EnterDeclaratorContext has been called. Fixes PR4694. (Doug, please review) llvm-svn: 78480
* Make sure to diagnose use of declarations in the case where we create an ↵Anders Carlsson2009-08-081-0/+16
implicit CXXThisExpr. llvm-svn: 78474
OpenPOWER on IntegriCloud