summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/dtor.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2018-05-04 14:13:14 +0000
committerAlexander Kornienko <alexfh@google.com>2018-05-04 14:13:14 +0000
commita61d4c959aa6d16dbd4b78e9493d90f62f788c75 (patch)
treef41cb31eaea9ca232e269f27c8cccbe8b44fe663 /clang/test/Analysis/dtor.cpp
parentea9144e8184d4dd208347cc1c961f8a0ebfa1296 (diff)
downloadbcm5719-llvm-a61d4c959aa6d16dbd4b78e9493d90f62f788c75.tar.gz
bcm5719-llvm-a61d4c959aa6d16dbd4b78e9493d90f62f788c75.zip
Remove explicit cfg-temporary-dtors=true
Summary: Remove explicit -analyzer-config cfg-temporary-dtors=true in analyzer tests, since this option defaults to true since r326461. Reviewers: NoQ Reviewed By: NoQ Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D46393 llvm-svn: 331520
Diffstat (limited to 'clang/test/Analysis/dtor.cpp')
-rw-r--r--clang/test/Analysis/dtor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/dtor.cpp b/clang/test/Analysis/dtor.cpp
index bc74130b2fd..c31bbe774b8 100644
--- a/clang/test/Analysis/dtor.cpp
+++ b/clang/test/Analysis/dtor.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.Malloc,debug.ExprInspection,cplusplus -analyzer-config c++-inlining=destructors,cfg-temporary-dtors=true -Wno-null-dereference -Wno-inaccessible-base -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.Malloc,debug.ExprInspection,cplusplus -analyzer-config c++-inlining=destructors -Wno-null-dereference -Wno-inaccessible-base -verify %s
void clang_analyzer_eval(bool);
void clang_analyzer_checkInlined(bool);
OpenPOWER on IntegriCloud