[cfe-commits] Patch to enable UTF conversion routines

Enrico Granata egranata at apple.com
Thu Sep 6 10:05:33 PDT 2012


svn commit -m "Enabling the UTF conversion routines that were previously conditionally ifdef'ed out. This change is required to support enhancements in the LLDB data formatters"
Sending        include/clang/Basic/ConvertUTF.h
Sending        lib/Basic/ConvertUTF.c
Transmitting file data ..
Committed revision 163331.

Enrico Granata
✉ egranata@.com
✆ (408) 972-7683

On Sep 5, 2012, at 7:58 PM, Chris Lattner <clattner at apple.com> wrote:

> Looks obvious to me, please commit.
> 
> -Chris
> 
> On Sep 5, 2012, at 5:40 PM, Enrico Granata <egranata at apple.com> wrote:
> 
>> <utf8_enable.diff>
>> 
>> 
>> Hi all,
>> I am submitting the attached clang patch for approval.
>> I am doing data formatters work on LLDB, and in order for some of these data formatters to work, we are using the UTF conversion routines in clang. However, in the current mainline codebase they are conditionally-included depending on a CLANG_NEEDS_THESE_ONE_DAY macro.
>> This patch aims at removing this conditional inclusion and making the routines just build.
>> 
>> Your friendly LLDB folks would love to see this approved :-)
>> 
>> Enrico Granata
>> ✉ egranata@.com
>> ✆ (408) 972-7683
>> 
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120906/b6a95dec/attachment.html>


More information about the cfe-commits mailing list