diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-11-19 22:12:37 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-11-19 22:12:37 +0000 |
commit | a7cf23a72b0846fc5aacf3f38bb8c8f9e76784cf (patch) | |
tree | e01fa9aeac13c433fceb7efd292392d29434a886 /test/SemaObjC/foreach.m | |
parent | e24568725c04acaa4b7ff3db283e6098ad947847 (diff) |
Don't issue spurious diagnostic with Obj-C fast enumeration.
(radar 7409165).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaObjC/foreach.m')
-rw-r--r-- | test/SemaObjC/foreach.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/foreach.m b/test/SemaObjC/foreach.m index f136adfa36..2b62b1744c 100644 --- a/test/SemaObjC/foreach.m +++ b/test/SemaObjC/foreach.m @@ -1,4 +1,4 @@ -/* RUN: clang-cc -fsyntax-only -verify -std=c89 -pedantic %s +/* RUN: clang-cc -Wall -fsyntax-only -verify -std=c89 -pedantic %s */ @class NSArray; |