]> granicus.if.org Git - clang/commit
Use DW_AT_APPLE_objc_class_extension attribute to identify interfaces that represent...
authorDevang Patel <dpatel@apple.com>
Thu, 12 May 2011 19:07:41 +0000 (19:07 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 12 May 2011 19:07:41 +0000 (19:07 +0000)
commit707b1e9566776ca26b099685bd7ba5b440bb2acd
treecc92bb9075a4a1409f9ff32d8e4de68d9cfdf53b
parent0c9643008e5a35cac76cf3419b3308dcad97e53e
Use DW_AT_APPLE_objc_class_extension attribute to identify interfaces that represent class extension.
Radar 9423077.

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