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

Manman Ren mren at apple.com
Fri Dec 21 13:20:42 PST 2012


Ping
CC Eric for quicker review :)

-------------- 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/20121221/65ee9bc7/attachment.obj>
-------------- next part --------------

On Dec 20, 2012, at 8:04 AM, Manman Ren wrote:

> Ping
> 
> On Dec 18, 2012, at 11:36 AM, Manman Ren <mren at apple.com> wrote:
> 
>> 
>> 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.
>> 
>> <debug-info.patch>
>> 
>> 
>> First time touching debug info, please review,
>> 
>> Thanks,
>> Manman
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list