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.
2 parents ae5313b + 45c677d commit ccbf4c6Copy full SHA for ccbf4c6
clang/test/SemaCXX/template-64605.cpp
@@ -16,7 +16,7 @@ int f() { return b_64605<void>(); }
16
// CHECK: ImplicitCastExpr {{.*}} 'float' <IntegralToFloating> RoundingMath=1 AllowFEnvAccess=1
17
// CHECK-NEXT: IntegerLiteral {{.*}} 4294967295
18
19
-// CHECK: FunctionDecl {{.*}} b_64605 'int ()' implicit_instantiation
+// CHECK: FunctionDecl {{.*}} b_64605 'int ()'
20
// CHECK-NEXT: TemplateArgument type 'void'
21
22
0 commit comments