summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/method-call-path-notes.cpp
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-09-07 02:02:35 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-09-07 02:02:35 +0000
commitd7acacab94f3eac228c7b66a0c76972c7930dc9e (patch)
tree62c8ea8a1051ffa71076e2175c5ba5dff2862535 /clang/test/Analysis/method-call-path-notes.cpp
parent4762fb5d1113add8a5ff4db54183f416f7f99377 (diff)
downloadbcm5719-llvm-d7acacab94f3eac228c7b66a0c76972c7930dc9e.tar.gz
bcm5719-llvm-d7acacab94f3eac228c7b66a0c76972c7930dc9e.zip
Revert "Revert "[analyzer] Add coverage information to plist output, update tests""
This reverts commit a39bcab414dd7ace7e490363ecdf01ecce7743fc. Reverting the revert, fixing tests. llvm-svn: 341627
Diffstat (limited to 'clang/test/Analysis/method-call-path-notes.cpp')
-rw-r--r--clang/test/Analysis/method-call-path-notes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/method-call-path-notes.cpp b/clang/test/Analysis/method-call-path-notes.cpp
index f7f9d26900d..be32fdb5d36 100644
--- a/clang/test/Analysis/method-call-path-notes.cpp
+++ b/clang/test/Analysis/method-call-path-notes.cpp
@@ -1,6 +1,6 @@
// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=text -verify %s
// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=plist-multi-file %s -o %t.plist
-// RUN: tail -n +11 %t.plist | diff -u -w - %S/Inputs/expected-plists/method-call-path-notes.cpp.plist
+// RUN: cat %t.plist | diff -u -w -I "<string>/" -I "clang version" - %S/Inputs/expected-plists/method-call-path-notes.cpp.plist
// Test warning about null or uninitialized pointer values used as instance member
// calls.
OpenPOWER on IntegriCloud