[PATCH] D90116: [clangd] Escape Unicode characters to fix Windows builds
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 25 11:25:02 PDT 2020
kadircet added a comment.
I think we should update cmake rules to explicitly tell the compilers that the source code language is utf8.
https://docs.microsoft.com/en-us/cpp/build/reference/utf-8-set-source-and-executable-character-sets-to-utf-8?view=vs-2019 seems to be the way for MSVC.
I am not sure if there's a way to change that for clang/gcc. I I believe they both require plain ascii or utf-8 anyways.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90116/new/
https://reviews.llvm.org/D90116
More information about the cfe-commits
mailing list