diff options
author | Dominic Chen <d.c.ddcc@gmail.com> | 2017-03-02 23:30:53 +0000 |
---|---|---|
committer | Dominic Chen <d.c.ddcc@gmail.com> | 2017-03-02 23:30:53 +0000 |
commit | 9e59e2cc4c22d6f8b3141359323d3626065740da (patch) | |
tree | 7ba0898ba3df2af83749c200e85c8a801fce0a32 /test/Analysis/malloc-sizeof.cpp | |
parent | ea36f1406e1f36bf456c3f3929839b024128e468 (diff) | |
download | clang-9e59e2cc4c22d6f8b3141359323d3626065740da.tar.gz |
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multiple constraint managers"
This reverts commit ea36f1406e1f36bf456c3f3929839b024128e468.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/malloc-sizeof.cpp')
-rw-r--r-- | test/Analysis/malloc-sizeof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/malloc-sizeof.cpp b/test/Analysis/malloc-sizeof.cpp index 30227a9cbc..8589975f8f 100644 --- a/test/Analysis/malloc-sizeof.cpp +++ b/test/Analysis/malloc-sizeof.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=unix.MallocSizeof -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=unix.MallocSizeof -verify %s #include <stddef.h> |