blob: dd86129e2fd2f1f9431e6c2e185529c31efbe0ea [file] [log] [blame]
Dominic Chen184c6242017-03-03 18:02:02 +00001// RUN: %clang_analyze_cc1 -analyzer-checker=debug.ExprInspection -analyzer-output=plist-multi-file %s -o %t.plist
George Karpenkov55948662018-09-11 18:45:15 +00002// RUN: tail -n +11 %t.plist | diff -u -w -I "<string>/" -I "<string>.:" -I "version" - %S/Inputs/expected-plists/plist-diagnostics-include-check.cpp.plist
Aleksei Sidorine1beaf12016-09-01 12:25:16 +00003
4#include "Inputs/include/plist-diagnostics-include-check-macro.h"
5
6void foo() {
7 PlistCheckMacro()
8#define PLIST_DEF_MACRO .run();
9#include "Inputs/include/plist-diagnostics-include-check-macro.def"
10}