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 <[email protected]> wrote: > Looks obvious to me, please commit. > > -Chris > > On Sep 5, 2012, at 5:40 PM, Enrico Granata <[email protected]> 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 >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
