[all-commits] [llvm/llvm-project] b66265: [clangd] Use command line adjusters for inserting ...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Jun 17 00:25:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b662651586bedd5350914f64463fe415105785c8
https://github.com/llvm/llvm-project/commit/b662651586bedd5350914f64463fe415105785c8
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M clang-tools-extra/clangd/CompileCommands.cpp
M clang-tools-extra/clangd/ConfigCompile.cpp
M clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
Log Message:
-----------
[clangd] Use command line adjusters for inserting compile flags
This fixes issues with `--` in the compile flags.
Fixes https://github.com/clangd/clangd/issues/632.
Differential Revision: https://reviews.llvm.org/D99523
More information about the All-commits
mailing list