]> granicus.if.org Git - clang/commit
Do not add AT_APPLE_objc_class_extension attribute if @implementation is not seen.
authorDevang Patel <dpatel@apple.com>
Thu, 12 May 2011 21:14:54 +0000 (21:14 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 12 May 2011 21:14:54 +0000 (21:14 +0000)
commitf568b6459dd6df59b809a798cb198b4438c13abe
treec718f3c1558e9af82ea7e419b0c31efb2201a1bd
parenta55e68b7f961d6ef4551c9be9ac18a1e25c7c927
Do not add AT_APPLE_objc_class_extension attribute if @implementation is not seen.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131242 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/debug-info-class-extension3.m [new file with mode: 0644]