summaryrefslogtreecommitdiffstats
path: root/test/Analysis/unions-region.m
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-12-14 06:34:20 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-12-14 06:34:20 +0000
commitef74f4c6dcd59b3af1de9d8f613c1caf3e6cb63d (patch)
tree2b6ca8e1469917a92cd7b48b4e12fced29209a76 /test/Analysis/unions-region.m
parent34f349da38a7bd99103e12d8ea6c73bc8d025193 (diff)
Replace clang-cc with clang -cc1.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/unions-region.m')
-rw-r--r--test/Analysis/unions-region.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/unions-region.m b/test/Analysis/unions-region.m
index be4f1852bf..1c48e79880 100644
--- a/test/Analysis/unions-region.m
+++ b/test/Analysis/unions-region.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -analyze -checker-cfref -analyzer-store=region -analyzer-constraints=range %s -verify
+// RUN: clang -cc1 -analyze -checker-cfref -analyzer-store=region -analyzer-constraints=range %s -verify
//===-- unions-region.m ---------------------------------------------------===//
//