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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
test
/
Format
/
adjust-indent.cpp
blob
a97eed30afad0f083fde28f6b86f814b3cffc60b
1
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -lines=2:2 \
2
// RUN: | FileCheck -strict-whitespace %s
3
4
void
f
() {
5
// CHECK: void f() {
6
int
i
;
7
// CHECK: {{^ int\ i;}}
8
int
j
;
9
// CHECK: {{^ int\ j;}}
10
}