From d7acacab94f3eac228c7b66a0c76972c7930dc9e Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Fri, 7 Sep 2018 02:02:35 +0000 Subject: Revert "Revert "[analyzer] Add coverage information to plist output, update tests"" This reverts commit a39bcab414dd7ace7e490363ecdf01ecce7743fc. Reverting the revert, fixing tests. llvm-svn: 341627 --- clang/test/Analysis/diagnostics/undef-value-caller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Analysis/diagnostics/undef-value-caller.c') diff --git a/clang/test/Analysis/diagnostics/undef-value-caller.c b/clang/test/Analysis/diagnostics/undef-value-caller.c index a624a04b8e7..cfb170ae250 100644 --- a/clang/test/Analysis/diagnostics/undef-value-caller.c +++ b/clang/test/Analysis/diagnostics/undef-value-caller.c @@ -1,5 +1,5 @@ // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=plist -o %t %s -// RUN: tail -n +11 %t | diff -u -w - %S/Inputs/expected-plists/undef-value-caller.c.plist +// RUN: cat %t | diff -u -w -I "/" -I "clang version" - %S/Inputs/expected-plists/undef-value-caller.c.plist #include "undef-value-callee.h" -- cgit v1.2.3