[PATCH] D59086: [clangd] Adjust compile commands to be applicable for tooling
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 7 07:48:37 PST 2019
ioeric added inline comments.
================
Comment at: clangd/GlobalCompilationDatabase.cpp:25
+ // Clangd does not generate dependency file.
+ Cmd.CommandLine = tooling::getClangStripDependencyFileAdjuster()(
+ Cmd.CommandLine, Cmd.Filename);
----------------
Please use `clang::tooling::combineAdjusters`.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59086/new/
https://reviews.llvm.org/D59086
More information about the cfe-commits
mailing list