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
/
basic.cpp
blob
e92291d04d4c1bb7e2754bae1927a3f7ee4f2b87
1
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM \
2
// RUN: | FileCheck -strict-whitespace %s
3
4
// CHECK: {{^int\ \*i;}}
5
int
*
i
;