[PATCH] D134145: [Clang] Implement fix for DR2628

Roy Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 19 14:05:28 PDT 2022


royjacobson added inline comments.


================
Comment at: clang/test/CXX/drs/dr26xx.cpp:12
+void f() {
+  foo fooable; // expected-error {{call to deleted}}
+}
----------------
erichkeane wrote:
> 
That does look much nicer, thanks! I qualified it with DR2628 because the DR tests can get pretty large.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134145



More information about the cfe-commits mailing list