[cfe-commits] [PATCH] Debug Info: fix line location for cleanup code of a block function

Manman Ren mren at apple.com
Tue Dec 18 11:36:53 PST 2012


Debug Info: the line location for cleanup code of a block function is incorrect

The line information was changed when emitting debug information for all the
DeclRefExprs and we should change it back to get ready for PopClenupBlocks
called from FinishFunction.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: debug-info.patch
Type: application/octet-stream
Size: 3530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121218/ebefea57/attachment.obj>
-------------- next part --------------


First time touching debug info, please review,

Thanks,
Manman


More information about the cfe-commits mailing list