repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Format
/
multiple-inputs-inplace.cpp
blob
74c30db71eb4dfeb14387fef36c12e134dcd7dc4
1
// RUN: cp %s %t-1.cpp
2
// RUN: cp %s %t-2.cpp
3
// RUN: clang-format -style=LLVM -i %t-1.cpp %t-2.cpp
4
// RUN: FileCheck -strict-whitespace -input-file=%t-1.cpp %s
5
// RUN: FileCheck -strict-whitespace -input-file=%t-2.cpp %s
6
7
// CHECK: {{^int\ \*i;}}
8
int
*
i
;