[all-commits] [llvm/llvm-project] f575d7: [clangd] Use InitLLVM (#69119)
Aleksandr Platonov via All-commits
all-commits at lists.llvm.org
Sun Nov 12 09:47:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f575d792c6467234076f860fe7eecced620d3aae
https://github.com/llvm/llvm-project/commit/f575d792c6467234076f860fe7eecced620d3aae
Author: Aleksandr Platonov <platonov.aleksandr at huawei.com>
Date: 2023-11-12 (Sun, 12 Nov 2023)
Changed paths:
M clang-tools-extra/clangd/tool/ClangdMain.cpp
Log Message:
-----------
[clangd] Use InitLLVM (#69119)
This patch is similar to a7acba29c19ac67c77ed282ec9432602ae21268d but
for clangd.
It allows to pass non-UTF8 encoded command line arguments (e.g. path
where compile-commands.json file is located) on Windows.
More information about the All-commits
mailing list