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
/
Misc
/
driver-verify.c
blob
f858a3db85cb5c3a67c2741ea03c569c985da152
1
// RUN: not %clang -verify %s 2>&1 | FileCheck %s
2
// RUN: %clang_cc1 -verify %s
3
// expected-no-diagnostics
4
5
// Test that -verify is strictly rejected as unknown by the driver.
6
// CHECK: unknown argument: '-verify'