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 a3d0104 commit d620cf5Copy full SHA for d620cf5
clang/test/SemaCXX/concept-crash-on-diagnostic.cpp
@@ -45,6 +45,6 @@ class foo {
45
46
template <typename T>
47
concept is_foo_concept = __is_same(foo::bar, T);
48
-// expected-error@-1 {{'bar' is a private member of 'foo'}}
+// expected-error@-1 {{'bar' is a private member of 'GH131530::foo'}}
49
50
}
0 commit comments