Skip to content

Commit 4dca614

Browse files
committed
Add newline at end of file
1 parent f911a26 commit 4dca614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/stack-addr-ps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,4 +1081,4 @@ void PassAddressOfParam(int a, int *b) {
10811081
[[clang::musttail]] return TakesIntAndPtr(0, &a); // expected-warning {{address of stack memory associated with parameter 'a' passed to\
10821082
musttail function}} False-negative on CSA
10831083
}
1084-
} // namespace with_attr_musttail
1084+
} // namespace with_attr_musttail

0 commit comments

Comments
 (0)