[PATCH] D46035: [clangd] Fix unicode handling, using UTF-16 where LSP requires it.
Sam McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 27 05:03:01 PDT 2018
This revision was automatically updated to reflect the committed changes.
sammccall marked 2 inline comments as done.
Closed by commit rL331029: [clangd] Fix unicode handling, using UTF-16 where LSP requires it. (authored by sammccall, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D46035?vs=143838&id=144312#toc
Repository:
rL LLVM
https://reviews.llvm.org/D46035
Files:
clang-tools-extra/trunk/clangd/ClangdServer.cpp
clang-tools-extra/trunk/clangd/ClangdUnit.cpp
clang-tools-extra/trunk/clangd/ClangdUnit.h
clang-tools-extra/trunk/clangd/CodeComplete.cpp
clang-tools-extra/trunk/clangd/Protocol.h
clang-tools-extra/trunk/clangd/SourceCode.cpp
clang-tools-extra/trunk/clangd/SourceCode.h
clang-tools-extra/trunk/clangd/XRefs.cpp
clang-tools-extra/trunk/test/clangd/rename.test
clang-tools-extra/trunk/unittests/clangd/ClangdUnitTests.cpp
clang-tools-extra/trunk/unittests/clangd/DraftStoreTests.cpp
clang-tools-extra/trunk/unittests/clangd/SourceCodeTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46035.144312.patch
Type: text/x-patch
Size: 24851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180427/8415b5e2/attachment.bin>
More information about the llvm-commits
mailing list