| commit | 6d9fab76195c28da35ed93ac848f4bc21b0872a2 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Jul 21 00:05:53 2009 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Tue Jul 21 00:05:53 2009 +0000 |
| tree | 6f9628d388abd62cd5b5ac616e68fcd9ee9b164b | |
| parent | b78139f74d71fdd5a0f6ad6adf9600fe05d03506 [diff] |
- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplementation() which use a DenseMap to associate an interface/category with its implementation (if one exists). - Introduce ObjCInterfaceDecl::get/setImplementation() and ObjCCategoryDecl::get/setImplementation() that use the above methods. - Add a compiler error for when a category is reimplemented. llvm-svn: 76508