llvm-project/clang/test/CXX
Richard Smith b4d2a15d17 If a defaulted special member is implicitly deleted, check whether it's
overriding a non-deleted virtual function. The existing check for this doesn't
catch this case, because it fires before we mark the method as deleted.

llvm-svn: 178563
2013-04-02 19:38:47 +00:00
..
basic Only merge down a variable type if the previous declaration was 2013-04-01 18:34:28 +00:00
class Move -Wstatic-float-init fixit into a note & don't recover as if constexpr 2013-01-29 22:26:08 +00:00
class.access Don't crash when diagnosing path-constrained protected 2013-02-27 00:08:19 +00:00
class.derived If a defaulted special member is implicitly deleted, check whether it's 2013-04-02 19:38:47 +00:00
conv Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
dcl.dcl Don't look outside the innermost enclosing namespace when 2013-03-20 01:53:00 +00:00
dcl.decl <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue reference to an lvalue of compatible type. 2013-03-26 23:59:23 +00:00
except Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. 2013-02-22 09:10:20 +00:00
expr <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types. 2013-03-26 22:43:55 +00:00
lex Test that we correctly handle reversion of line splicing etc in raw string 2013-01-17 01:46:13 +00:00
over Handle universal character names and Unicode characters outside of literals. 2013-01-24 20:50:46 +00:00
special If a defaulted special member is implicitly deleted, check whether it's 2013-04-02 19:38:47 +00:00
stmt.stmt Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
temp Add quotation marks to template names in diagnostics. 2013-03-05 06:21:38 +00:00