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
/
indent_macro.c
blob
f1430e9576422893a9bc640aca512c5bbb3d1083
1
// RUN: %clang_cc1 -E %s | FileCheck %s --match-full-lines --strict-whitespace
2
// CHECK: zzap
3
4
// zzap is on a new line, should be indented.
5
#define BLAH zzap
6
BLAH
7