We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efd8b2 commit bd475a5Copy full SHA for bd475a5
clang/test/SemaCXX/warn-base-type-qualifiers.cpp
@@ -1,4 +1,6 @@
1
// RUN: %clang_cc1 %s -std=c++11 -Wignored-base-class-qualifiers -verify
2
+// RUN: %clang_cc1 %s -std=c++11 -Wno-ignored-qualifiers -verify=good
3
+// good-no-diagnostics
4
5
template <typename T> struct add_const {
6
using type = const T;
0 commit comments