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-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
Format
/
line-ranges.cpp
blob
e81e9624344d014d7a4facf5ae3fc72d6eb525c2
1
// RUN: grep -Ev "// *[A-Z-]+:" %s \
2
// RUN: | clang-format -style=LLVM -lines=1:1 -lines=5:5 \
3
// RUN: | FileCheck -strict-whitespace %s
4
// CHECK: {{^int\ \*i;$}}
5
int
*
i
;
6
7
// CHECK: {{^int\ \ \*\ \ i;$}}
8
int
*
i
;
9
10
// CHECK: {{^int\ \*i;$}}
11
int
*
i
;