[PATCH] D49523: [clangd] Add support for per-file override compilation command

Jan Korous via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 20 05:53:39 PDT 2018


jkorous added a comment.

Alex, I am just wondering if we shouldn't rather create another implementation of GlobalCompilationDatabase interface (something like InMemoryGlobalCompilationDatabase), add it to ClangdServer and use it as the first place to be searched in ClangdServer::getCompileCommand(PathRef File). What do you think?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49523





More information about the cfe-commits mailing list