[PATCH] D24996: Move UTF functions into namespace llvm.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 18:07:24 PDT 2016
jlebar created this revision.
jlebar added a reviewer: rnk.
jlebar added a subscriber: llvm-commits.
Herald added subscribers: mgorny, beanz, klimek.
This lets people link against LLVM and their own version of the UTF
library.
I determined this only affects llvm, clang, lld, and lldb by running
$ git grep -wl 'UTF[0-9]\+\|\bConvertUTF\bisLegalUTF\|getNumBytesFor' | cut -f 1 -d '/' | sort | uniq
clang
lld
lldb
llvm
Tested with
ninja lldb
ninja check-clang check-llvm check-lld
(ninja check-lldb doesn't complete for me with or without this patch.)
https://reviews.llvm.org/D24996
Files:
clang/lib/Analysis/FormatString.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Format/Encoding.h
clang/lib/Frontend/TextDiagnostic.cpp
clang/lib/Lex/Lexer.cpp
clang/lib/Lex/LiteralSupport.cpp
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaExpr.cpp
lldb/source/DataFormatters/StringPrinter.cpp
lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
llvm/include/llvm/Support/ConvertUTF.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/ConvertUTF.c
llvm/lib/Support/ConvertUTF.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24996.72747.patch
Type: text/x-patch
Size: 24338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160928/5327f16f/attachment.bin>
More information about the llvm-commits
mailing list