[cfe-commits] [PATCH][libcxxabi] Fix lambda demangling crash and functionality

Erik Olofsson erik.olofsson at hansoft.se
Wed Aug 1 12:23:06 PDT 2012


Thanks, that was fast! Attached credits patch.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Creds.patch
Type: application/octet-stream
Size: 346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120801/6f108201/attachment.obj>
-------------- next part --------------


On 2012-08-01, at 20:58, Howard Hinnant <hhinnant at apple.com> wrote:

> Thanks!  Fix Committed revision 161125.  Please add your name to CREDITS.TXT.
> 
> On Aug 1, 2012, at 2:33 PM, Erik Olofsson <erik.olofsson at hansoft.se> wrote:
> 
>> This patch adds support for lambda demangling. I fixed this because it crashed lldb when it tried to demangle the added test.
>> 
>> Not sure how it should identify the lambda so that might need changing from the current 'lambdax'::
>> 
>> Thanks,
>> Erik
>> 
>> <DemangleLambda.patch>_______________________________________________
>> 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