[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Analysis / diagnostics / plist-diagnostics-include-check.cpp
blob9e6c890eec252f9f2cd8123a346384938fa9a902
1 // RUN: %clang_analyze_cc1 -analyzer-checker=debug.ExprInspection -analyzer-output=plist-multi-file %s -o %t.plist
2 // RUN: tail -n +11 %t.plist | %normalize_plist | diff -ub %S/Inputs/expected-plists/plist-diagnostics-include-check.cpp.plist -
4 #include "Inputs/include/plist-diagnostics-include-check-macro.h"
6 void foo() {
7 PlistCheckMacro()
8 #define PLIST_DEF_MACRO .run();
9 #include "Inputs/include/plist-diagnostics-include-check-macro.def"