[all-commits] [llvm/llvm-project] 81f8df: [clangd] Make dexp command line options sticky
Yevgeny Rouban via All-commits
all-commits at lists.llvm.org
Tue Mar 8 22:01:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81f8df0c83c6a4476f5bffa6947c0e78a94138a7
https://github.com/llvm/llvm-project/commit/81f8df0c83c6a4476f5bffa6947c0e78a94138a7
Author: Yevgeny Rouban <yrouban at azul.com>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
Log Message:
-----------
[clangd] Make dexp command line options sticky
Preparing for the cl::opt reset fix proposed on D115433 this
patch fixes the dexp tool to preserve its three command line
options (IndexLocation, ExecCommand, ProjectRoot) from reset
that is done before parsing query options.
Tags: #clang
Commit: c8a35727fe7cdb06bf2a081356c36a5159598e9f
https://github.com/llvm/llvm-project/commit/c8a35727fe7cdb06bf2a081356c36a5159598e9f
Author: Yevgeny Rouban <yrouban at azul.com>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
Log Message:
-----------
[clangd] Make dexp command line options sticky
Preparing for the cl::opt reset fix proposed on D115433 this
patch fixes the dexp tool to preserve its three command line
options (IndexLocation, ExecCommand, ProjectRoot) from reset
that is done before parsing query options.
Tags: #clang
Compare: https://github.com/llvm/llvm-project/compare/14de0820e87f...c8a35727fe7c
More information about the All-commits
mailing list