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 a8fc996 commit ee25321Copy full SHA for ee25321
clang/test/SemaHLSL/BuiltIns/firstbithigh-errors.hlsl
@@ -12,7 +12,7 @@ int test_too_many_arg(int p0) {
12
13
double test_int_builtin(double p0) {
14
return firstbithigh(p0);
15
- // expected-error@-1 {{call to 'firstbithigh' is ambiguous}}
+ // expected-error@-1 {{no matching function for call to 'firstbithigh'}}
16
}
17
18
double2 test_int_builtin_2(double2 p0) {
0 commit comments