]> granicus.if.org Git - clang/commit
patch fixes class names missing from method names in debug information for
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 18 Oct 2010 17:51:06 +0000 (17:51 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 18 Oct 2010 17:51:06 +0000 (17:51 +0000)
commit1a4c93777982210306223e9f92bc30c27625208e
tree39d7a267aede919a3290c8fa84a29bd817c5368f
parent693d467ed44ecb754762aff129accce30c306422
patch fixes class names missing from method names in debug information for
synthesized property. // rdar: //8498026

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