]> granicus.if.org Git - clang/commit
Add test case to record a couple inconsistencies with GCC (found in <rdar://problem...
authorSteve Naroff <snaroff@apple.com>
Sat, 21 Feb 2009 17:03:43 +0000 (17:03 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 21 Feb 2009 17:03:43 +0000 (17:03 +0000)
commitc1fcd2c3bfbee96374654c80a2aa1af455e0de4e
tree6bb3a0c6c94850771201c0862bcc387620f86799
parent5fd659db11922fc12a58e478f7b745f9656b15a7
Add test case to record a couple inconsistencies with GCC (found in <rdar://problem/6561076> [clang on Xcode] warning: cannot find protocol definition for 'OzzyP').

Removing the "cannot find protocol" warning is trivial if necessary (but I don't think it's the right thing to do).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65232 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaObjC/protocol-undef.m [new file with mode: 0644]