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