[clang] [Clang] update reasoned delete diagnostic kind to use Extension, making it pedantic only (PR #114713)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 08:13:46 PST 2024
================
@@ -49,3 +59,4 @@ struct C {
U f = delete ("hello"); // expected-error {{cannot delete expression of type 'const char[6]'}}
};
}
+#endif
----------------
AaronBallman wrote:
When you make edits, please make sure the file ends with a newline again.
https://github.com/llvm/llvm-project/pull/114713
More information about the cfe-commits
mailing list