forked from OSchip/llvm-project
This test case now passes with RegionStore.
llvm-svn: 62802
This commit is contained in:
parent
21288a0f17
commit
c3a28bdb9d
|
@ -1,4 +1,6 @@
|
|||
// RUN: clang -analyze -checker-simple -verify %s
|
||||
// RUN: clang -analyze -checker-simple -verify %s &&
|
||||
// RUN: clang -analyze -checker-cfref -analyzer-store-basic -verify %s &&
|
||||
// RUN: clang -analyze -checker-cfref -analyzer-store-region -verify %s
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <alloca.h>
|
||||
|
|
Loading…
Reference in New Issue