]> granicus.if.org Git - clang/commit
Add support for objc property decls according to the page at:
authorEric Christopher <echristo@apple.com>
Thu, 29 Mar 2012 08:43:37 +0000 (08:43 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 29 Mar 2012 08:43:37 +0000 (08:43 +0000)
commit51c0371816edadfe6275945b4e2155efb9451b3a
tree5ac0ee5a9242a1a1659088c0924237342663b667
parentbe5ff2f830d1833891051472d29818aa9f783cce
Add support for objc property decls according to the page at:

    http://llvm.org/docs/SourceLevelDebugging.html#objcproperty

    including type and DECL. Expand the getter and setter names
    into the fully qualified names.

    rdar://11144023

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153640 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/debug-info-property3.m