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
/
macro_fn_placemarker.c
blob
17910544b8993e14354a880155c1502941549ca0
1
// RUN: %clang_cc1 %s -E | grep 'foo(A, )'
2
3
#define X(Y) foo(A, Y)
4
X
()
5