diff options
| author | George Karpenkov <ekarpenkov@apple.com> | 2018-08-29 20:29:17 +0000 |
|---|---|---|
| committer | George Karpenkov <ekarpenkov@apple.com> | 2018-08-29 20:29:17 +0000 |
| commit | a393e68b27fcc8b78256407c99c6179acea056fe (patch) | |
| tree | eec87b494a3f21effd53a06fb8f88e71bbd1bf67 /clang/test/Analysis/unix-fns.c | |
| parent | bd3e5dbf4137dd39a628ab3600370627aa287536 (diff) | |
| download | bcm5719-llvm-a393e68b27fcc8b78256407c99c6179acea056fe.tar.gz bcm5719-llvm-a393e68b27fcc8b78256407c99c6179acea056fe.zip | |
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
Differential Revision: https://reviews.llvm.org/D51251
llvm-svn: 340963
Diffstat (limited to 'clang/test/Analysis/unix-fns.c')
| -rw-r--r-- | clang/test/Analysis/unix-fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/unix-fns.c b/clang/test/Analysis/unix-fns.c index 44e7a2e643e..06c02dfc6f0 100644 --- a/clang/test/Analysis/unix-fns.c +++ b/clang/test/Analysis/unix-fns.c @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 -analyzer-checker=core,unix.API,osx.API,optin.portability %s -analyzer-store=region -analyzer-output=plist -analyzer-eagerly-assume -analyzer-config faux-bodies=true -fblocks -verify -o %t.plist +// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 -analyzer-checker=core,unix.API,osx.API,optin.portability %s -analyzer-store=region -analyzer-output=plist -analyzer-config faux-bodies=true -fblocks -verify -o %t.plist // RUN: FileCheck --input-file=%t.plist %s // RUN: mkdir -p %t.dir // RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.API,osx.API,optin.portability -analyzer-output=html -analyzer-config faux-bodies=true -fblocks -o %t.dir %s |

