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/weak-functions.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/weak-functions.c')
| -rw-r--r-- | clang/test/Analysis/weak-functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/weak-functions.c b/clang/test/Analysis/weak-functions.c index 514a9438872..b3d8b043f8d 100644 --- a/clang/test/Analysis/weak-functions.c +++ b/clang/test/Analysis/weak-functions.c @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core,debug.ExprInspection,unix.Malloc,unix.cstring,alpha.unix.cstring,unix.API,osx.API,osx.cocoa.RetainCount -Wno-null-dereference -Wno-tautological-compare -analyzer-store=region -fblocks -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core,debug.ExprInspection,unix.Malloc,unix.cstring,alpha.unix.cstring,unix.API,osx.API,osx.cocoa.RetainCount -Wno-null-dereference -Wno-tautological-compare -analyzer-store=region -fblocks -verify -analyzer-config eagerly-assume=false %s #define NULL 0 void clang_analyzer_eval(int); void myFunc(); |

