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 555974c commit 8065147Copy full SHA for 8065147
clang/test/SemaTemplate/concepts.cpp
@@ -1263,12 +1263,7 @@ C auto x = 0;
1263
// expected-error@#T_Type {{type 'int' cannot be used prior to '::'}} \
1264
// expected-note@-1 {{in instantiation of default argument}}
1265
1266
-// This will be fixed when we merge https://github.com/llvm/llvm-project/pull/141776
1267
-// Which makes us behave like GCC.
1268
static_assert(f(0));
1269
-// expected-error@-1 {{no matching function for call}} \
1270
-// expected-note@#GH61824_f {{constraints not satisfied}} \
1271
-// expected-note@#T_Type {{type 'int' cannot be used prior to '::'}}
1272
1273
}
1274
0 commit comments