Anders Carlsson
|
002f2b3eec
|
CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878.
llvm-svn: 81715
|
2009-09-13 21:01:57 +00:00 |
Anders Carlsson
|
99056f23b7
|
Fix PR4878 for real.
llvm-svn: 81507
|
2009-09-11 05:54:14 +00:00 |
Anders Carlsson
|
04e1e22fe7
|
Don't check use of a member function declaration used if the member function is virtual and the member reference expression doesn't explicitly qualify it. Fixes PR4878.
llvm-svn: 81460
|
2009-09-10 20:48:14 +00:00 |
Anders Carlsson
|
5fd7dad784
|
getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDeclaratorContext has been called. Fixes PR4694. (Doug, please review)
llvm-svn: 78480
|
2009-08-08 17:48:49 +00:00 |
Anders Carlsson
|
21776b75ce
|
Make sure to diagnose use of declarations in the case where we create an implicit CXXThisExpr.
llvm-svn: 78474
|
2009-08-08 16:55:18 +00:00 |