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
/
Preprocessor
/
skipping_unclean.c
blob
ce75b3990ea13b8c3c63731ba987a80c95fa91f7
1
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
2
3
#if 0
4
blah
5
#\
6
else
7
bark
8
#endif
9
// CHECK: {{^}}bark{{$}}
10