[PATCH] D143436: [clangd] Apply standard adaptors to CDBs pushed from LSP

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 11 19:58:37 PST 2023


nridge added a comment.

Note that D138546 <https://reviews.llvm.org/D138546> is removing the call to `inferTargetAndDriverMode()` from `GlobalCompilationDatabase.cpp`. It adds equivalent logic too `CommandMangler` which is used for CDBs pushed from LSP as well, so it accomplishes objective of this patch with respect to `inferTargetAndDriverMode` (but not `inferMissingCompileCommands`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143436/new/

https://reviews.llvm.org/D143436



More information about the cfe-commits mailing list