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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to