Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c - Enumerators may inherit the deprecated/unavailable | Fariborz Jahanian | 2011-09-29 | 1 | -2/+2 |
| | | | | | | | attributes from the enumeration type. // rdar://10201690 llvm-svn: 140800 | ||||
* | Parse attributes on enumerators and instantiate attributes on enum decls. | John McCall | 2010-10-22 | 1 | -0/+43 |
| | | | | llvm-svn: 117182 | ||||
* | Diagnose deprecated/unavailable functions selected by overload resolution. | John McCall | 2010-05-06 | 1 | -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 Dunbar | 2009-12-15 | 1 | -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 Carlsson | 2009-09-13 | 1 | -0/+10 |
| | | | | llvm-svn: 81715 | ||||
* | Fix PR4878 for real. | Anders Carlsson | 2009-09-11 | 1 | -0/+13 |
| | | | | llvm-svn: 81507 | ||||
* | Don't check use of a member function declaration used if the member function ↵ | Anders Carlsson | 2009-09-10 | 1 | -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 Carlsson | 2009-08-08 | 1 | -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 Carlsson | 2009-08-08 | 1 | -0/+16 |
implicit CXXThisExpr. llvm-svn: 78474 |