[PATCH] D59086: [clangd] Adjust compile commands to be applicable for tooling
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 7 04:42:47 PST 2019
hokein added inline comments.
================
Comment at: clangd/GlobalCompilationDatabase.h:116
+ /// Adjusts given compile command for clangd.
+ tooling::CompileCommand adjustArguments(tooling::CompileCommand Cmd) const;
+
----------------
ioeric wrote:
> 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?
Looks like this patch introduces two changes:
- move the internal adjustArguments to public, I have the same question, any reason doing it? because we can test it?
- add additional Adjusters to adjustArguments
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