]> granicus.if.org Git - clang/commit
Don't ICE on missing interface declaration when declaring one of its protocols.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 17 Jan 2008 20:33:24 +0000 (20:33 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 17 Jan 2008 20:33:24 +0000 (20:33 +0000)
commit7c453b3ded5dc9bff05e6e66eb725a0938303d73
tree55838a608e57e86aded4b6862ba5f414515adbd9
parent2c0f01a65d727407f803b69f93ad597fda454e87
Don't ICE on missing interface declaration when declaring one of its protocols.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46141 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDeclObjC.cpp
test/Parser/objc-category-neg-1.m [new file with mode: 0644]