diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2018-09-07 21:58:24 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2018-09-07 21:58:24 +0000 |
commit | 8a88c835931e74ea282b40c7a59630b749e08d83 (patch) | |
tree | ad2bd89e72952be4ff58e67a6d266f806fae886c /clang/test/Analysis/method-call-path-notes.cpp | |
parent | a0d25815a063bc825d0962dfd93e225242599795 (diff) | |
download | bcm5719-llvm-8a88c835931e74ea282b40c7a59630b749e08d83.tar.gz bcm5719-llvm-8a88c835931e74ea282b40c7a59630b749e08d83.zip |
Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist output, update tests""""
This reverts commit 2f5d71d9fa135be86bb299e7d773036e50bf1df6.
Hopefully fixing tests on Windows.
llvm-svn: 341719
Diffstat (limited to 'clang/test/Analysis/method-call-path-notes.cpp')
-rw-r--r-- | clang/test/Analysis/method-call-path-notes.cpp | 2 |
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..93a067e18a6 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 "<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. |