diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2018-06-12 19:07:41 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2018-06-12 19:07:41 +0000 |
commit | 391650912a0c42d1fdec11e0c70667434b101f04 (patch) | |
tree | 756a7980fcb9cb74f2c542d29c20890959791a6e /clang/test/Analysis/inlining/eager-reclamation-path-notes.cpp | |
parent | 98117a47e649be80d5dc4b694c4c7ac6db7e308a (diff) | |
download | bcm5719-llvm-391650912a0c42d1fdec11e0c70667434b101f04.tar.gz bcm5719-llvm-391650912a0c42d1fdec11e0c70667434b101f04.zip |
[analyzer] [NFC] Remove unused Extensive diagnostic setting,
Rename AlternateExtensive to Extensive.
In 2013, five years ago, we have switched to AlternateExtensive
diagnostics by default, and Extensive was available under unused,
undocumented flag.
This change remove the flag, renames the Alternate
diagnostic to Extensive (as it's no longer Alternate), and ports the
test.
Differential Revision: https://reviews.llvm.org/D47670
llvm-svn: 334524
Diffstat (limited to 'clang/test/Analysis/inlining/eager-reclamation-path-notes.cpp')
-rw-r--r-- | clang/test/Analysis/inlining/eager-reclamation-path-notes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/inlining/eager-reclamation-path-notes.cpp b/clang/test/Analysis/inlining/eager-reclamation-path-notes.cpp index f77a19f9965..9a9b01c3bdd 100644 --- a/clang/test/Analysis/inlining/eager-reclamation-path-notes.cpp +++ b/clang/test/Analysis/inlining/eager-reclamation-path-notes.cpp @@ -1,5 +1,5 @@ // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=text -analyzer-config graph-trim-interval=5 -analyzer-config suppress-null-return-paths=false -verify %s -// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=plist-multi-file -analyzer-config graph-trim-interval=5 -analyzer-config suppress-null-return-paths=false -analyzer-config path-diagnostics-alternate=false %s -o %t.plist +// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=plist-multi-file -analyzer-config graph-trim-interval=5 -analyzer-config suppress-null-return-paths=false %s -o %t.plist // RUN: FileCheck --input-file=%t.plist %s typedef struct { |