diff options
author | Neal Sidhwaney <nealsid@users.noreply.github.com> | 2021-05-20 17:41:25 -0500 |
---|---|---|
committer | Neal Sidhwaney <nealsid@users.noreply.github.com> | 2021-08-05 00:29:54 -0700 |
commit | 7529f0e3e1427fea93a6a66a2aed5394710e5fb5 (patch) | |
tree | 39cb00f30ea3503cfb5b288904c916b7507ba746 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 46020f6f0c8aa134002208b2ecf0593b04c46d08 (diff) | |
download | llvm-7529f0e3e1427fea93a6a66a2aed5394710e5fb5.zip llvm-7529f0e3e1427fea93a6a66a2aed5394710e5fb5.tar.gz llvm-7529f0e3e1427fea93a6a66a2aed5394710e5fb5.tar.bz2 |
D106035: Remove conditional compilation for WCHAR support in libedit
This change moves to using narrow character types and libedit APIs in
Editline, because those are the same types that the rest of LLVM/LLDB
uses, and it's generally considered better practice to use UTF-8
encoded in char than it is to use wider characters. However, for
character input, the change leaves in using a wchar to enable input of
multi-byte characters.
Differential Revision: https://reviews.llvm.org/D106035
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions