[clang] [NFC] [Clang] Some core issues have changed status from tentatively ready -> ready / review (PR #97200)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 19 02:08:47 PDT 2024


================
@@ -153,6 +153,8 @@ void g() {
 namespace cwg2881 { // cwg2881: 19 ready 2024-06-26
 
 #if __cplusplus >= 202302L
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Winaccessible-base"
----------------
Sirraide wrote:

This seems rather strange to me. Why are we turning off diagnostics in a test?

https://github.com/llvm/llvm-project/pull/97200


More information about the cfe-commits mailing list