]> granicus.if.org Git - clang/commit
Do not enter forward class 'Protocol' in decl context.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Nov 2009 23:15:37 +0000 (23:15 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Nov 2009 23:15:37 +0000 (23:15 +0000)
commit10324db994455a9a1520be6cfe5bb29685cde141
treec095080d32886299fc3ff673dbca9ded917812be
parent275c2b47a1dc200d6b55dd867bdfeb7a91b8d876
Do not enter forward class 'Protocol' in decl context.
Will do it later. Fixes pr5552.

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