John McCall
|
3faf1cf3ea
|
Add a test case for P%7346, which was fixed by not doing the operator
delete lookup until the end of the class definition.
llvm-svn: 110176
|
2010-08-04 01:07:02 +00:00 |
John McCall
|
deb646ebb5
|
Only look up an 'operator delete' on the definition of a destructor, not on
a declaration.
llvm-svn: 110175
|
2010-08-04 01:04:25 +00:00 |
John McCall
|
66a8759400
|
Look through using declarations when deciding whether to use an operator
delete for a virtual destructor. Diagnose ambiguities.
Fixes PR7803.
llvm-svn: 110173
|
2010-08-04 00:31:26 +00:00 |