summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-28 18:42:10 +0000
committerChris Lattner <sabre@nondot.org>2009-02-28 18:42:10 +0000
commita9ca0529a18becaa10d3c8866fc0c424150140bc (patch)
tree0845210c58d557b37ed685a8efcdd7c44921098b /clang/lib/CodeGen/CGBlocks.cpp
parent361bfcd9323cb9932c3c7d8f5e3f9c7fc5195276 (diff)
downloadbcm5719-llvm-a9ca0529a18becaa10d3c8866fc0c424150140bc.tar.gz
bcm5719-llvm-a9ca0529a18becaa10d3c8866fc0c424150140bc.zip
"This patch addresses two FIXME on ObjCCategoryImplDecl:
/// FIXME: Like ObjCImplementationDecl, this should not be a NamedDecl! /// FIXME: Introduce a new common base class for ObjCImplementationDecl and ObjCCategoryImplDecl It adds an IndentifierInfo ivar to the ObjCCategoryImplDecl, so it can inherits from Decl and not NamedDecl (I'm not sure about the memory management of this ivar). And now that both ObjCImplementationDecl and ObjCCategoryImplDecl have the same super classes, it allow creation of a common base class: ObjCImplDecl" Patch by Jean-Daniel Dupas! llvm-svn: 65703
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud