diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2010-03-27 21:10:05 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-03-27 21:10:05 +0000 |
| commit | 2e8074bfc345fb1d0c614afc963b87c50ec9be89 (patch) | |
| tree | 7d7c2466f6c1eed6b3a6397851326e8819dd8dd2 /clang/lib/Sema/Sema.h | |
| parent | 174376629a6b2a593137a13dc76b9867ff2575a6 (diff) | |
| download | bcm5719-llvm-2e8074bfc345fb1d0c614afc963b87c50ec9be89.tar.gz bcm5719-llvm-2e8074bfc345fb1d0c614afc963b87c50ec9be89.zip | |
Further improvement to point to category
whose protocolls methods needs implementation.
llvm-svn: 99730
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 5436aa940d6..7187f529ce2 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -1452,7 +1452,7 @@ public: bool& IncompleteImpl, const llvm::DenseSet<Selector> &InsMap, const llvm::DenseSet<Selector> &ClsMap, - ObjCInterfaceDecl *IDecl); + ObjCContainerDecl *CDecl); /// CheckImplementationIvars - This routine checks if the instance variables /// listed in the implelementation match those listed in the interface. |

