Skip to content

Commit ccbf4c6

Browse files
author
git apple-llvm automerger
committed
Merge commit '45c677d8c62b' from llvm.org/release/17.x into stable/20230725
2 parents ae5313b + 45c677d commit ccbf4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/template-64605.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ int f() { return b_64605<void>(); }
1616
// CHECK: ImplicitCastExpr {{.*}} 'float' <IntegralToFloating> RoundingMath=1 AllowFEnvAccess=1
1717
// CHECK-NEXT: IntegerLiteral {{.*}} 4294967295
1818

19-
// CHECK: FunctionDecl {{.*}} b_64605 'int ()' implicit_instantiation
19+
// CHECK: FunctionDecl {{.*}} b_64605 'int ()'
2020
// CHECK-NEXT: TemplateArgument type 'void'
2121

2222
// CHECK: ImplicitCastExpr {{.*}} 'float' <IntegralToFloating> RoundingMath=1 AllowFEnvAccess=1

0 commit comments

Comments
 (0)