[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Analysis / html-diag-singlefile.h
blobe238480ad68e0286cc571344c8ef4dff58f84da9
1 static void f(void) {
2 int *p = 0;
3 *p = 1; // expected-warning{{Dereference of null pointer}}