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
/
pragma-comment-linux.c
blob
fcac049f46e830e71e0b3da7a7871bf13b90a579
1
// RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fsyntax-only -verify %s -Wunknown-pragmas
2
3
#pragma comment(linker,
""
)
4
// expected-warning@-1 {{'#pragma comment linker' ignored}}
5