summaryrefslogtreecommitdiffstats
path: root/test/Analysis/mig.mm
diff options
context:
space:
mode:
authorArtem Dergachev <artem.dergachev@gmail.com>2019-02-22 00:18:46 +0000
committerArtem Dergachev <artem.dergachev@gmail.com>2019-02-22 00:18:46 +0000
commitc46f81b101877631fa883a97f4a0ab03bbc54780 (patch)
tree60e66dec09584d2bd347be93aa4e0488aa140aa5 /test/Analysis/mig.mm
parent926013b6f9cdf86e9c7e3e2f594e57b87ad75d9e (diff)
[analyzer] MIGChecker: Enable by default as `osx.MIG'.
With r354643, the checker is feature-rich and polished enough. rdar://problem/35380337 Differential Revision: https://reviews.llvm.org/D58397 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/mig.mm')
-rw-r--r--test/Analysis/mig.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/mig.mm b/test/Analysis/mig.mm
index 5285065b06..59442d39e4 100644
--- a/test/Analysis/mig.mm
+++ b/test/Analysis/mig.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -w -analyzer-checker=core,alpha.osx.MIG\
+// RUN: %clang_analyze_cc1 -w -analyzer-checker=core,osx.MIG\
// RUN: -analyzer-output=text -fblocks -verify %s
typedef unsigned uint32_t;