[PATCH] D61628: Fix a bug that reports UTF16 (LE) files as UTF32 (LE) ones
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 09:34:46 PDT 2019
owenpan added a comment.
This patch fixes `clang`. I copied the code from here to `clang/tools/clang-format/ClangFormat.cpp` in D61559 <https://reviews.llvm.org/D61559> to fix `clang-format`. I'm not sure if the code here should be moved into a function, though.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61628/new/
https://reviews.llvm.org/D61628
More information about the cfe-commits
mailing list