]> granicus.if.org Git - clang/commit
Make sure to mark the interface as completed when we see an
authorDaniel Dunbar <daniel@zuster.org>
Tue, 21 Apr 2009 21:41:56 +0000 (21:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 21 Apr 2009 21:41:56 +0000 (21:41 +0000)
commit24c8991f4dd0ab86678b5ab11f05586687b55be9
tree50defd3e554fad9cdedf93ac775308ffad4384a4
parent5bd0939989e31113dcded537176311a822682422
Make sure to mark the interface as completed when we see an
@implementation that closes a @class delcaration.
 - I don't know how to make a test case for this, but this strengthens
   the invariants that hold internally. The functionality change here
   is the edit to SemaDeclObjC.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69728 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
lib/AST/DeclObjC.cpp
lib/CodeGen/CGObjCMac.cpp
lib/Sema/SemaDeclObjC.cpp