[PATCH] D85716: [AST][RecoveryExpr] Fix a bogus unused diagnostic when the type is preserved.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 21 04:08:23 PDT 2020


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/SemaCXX/recovery-expr-type.cpp:80
+namespace test6 {
+struct Base {
+private:
----------------
nit: can the testcase be simplified?
Isn't `struct T { T() = delete; };` enough (with no inheritance)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85716/new/

https://reviews.llvm.org/D85716



More information about the cfe-commits mailing list