[cfe-commits] Patch to enable UTF conversion routines

Enrico Granata egranata at apple.com
Wed Sep 5 17:40:16 PDT 2012



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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120905/8f9a75e1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: utf8_enable.diff
Type: application/octet-stream
Size: 1175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120905/8f9a75e1/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120905/8f9a75e1/attachment-0001.html>


More information about the cfe-commits mailing list