[PATCH] D21626: Lit C++11 Compatibility Patch #10
Charles Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 24 15:33:30 PST 2017
tigerleapgorge marked 2 inline comments as done.
tigerleapgorge added inline comments.
================
Comment at: test/SemaCXX/PR9572.cpp:34
+// expected-error at -2 {{non-deleted function '~Bar' cannot override a deleted function}}
+// expected-note at -3 {{while declaring the implicit destructor for 'Bar'}}
+#endif
----------------
Clang added this note quite recently.
https://reviews.llvm.org/D21626
More information about the cfe-commits
mailing list