[clang] [Clang] add emit -Wignored-base-class-qualifiers diagnostic for cv-qualified base classes (PR #132116)
Lyle Dean via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 31 13:15:33 PDT 2025
================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -std=c++11 -Wignored-qualifiers -verify
+// RUN: %clang_cc1 %s -std=c++11 -Wignored-base-class-qualifiers -verify
----------------
lyledean1 wrote:
I've updated those tests - so will let the CI run now and confirm everything passes
https://github.com/llvm/llvm-project/pull/132116
More information about the cfe-commits
mailing list