[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 03:40:11 PST 2019
ioeric added inline comments.
================
Comment at: clangd/GlobalCompilationDatabase.h:116
+ /// Adjusts given compile command for clangd.
+ tooling::CompileCommand adjustArguments(tooling::CompileCommand Cmd) const;
+
----------------
This doesn't seem to be used in this patch (except for tests). Could you include intended uses in the patch so we can understand the problem better?
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