malaperle added a comment.
@Nebiroth , Will this be compatible with your patch to change
CompilationDatabase at runtime? https://reviews.llvm.org/D39571
https://reviews.llvm.org/D40450
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://
ilya-biryukov added inline comments.
Comment at: clangd/ClangdLSPServer.cpp:254
+ std::move(Primary), llvm::make_unique(
+ ".", ArrayRef{}));
+}
Clangd still changes working directory when running the parsing, so `"."`
might en
sammccall created this revision.
The interface used is now tooling::CompilationDatabase.
The various behaviors of the existing CDB implementation is decomposed into
several classes responsible for one aspect each.
- The fallback commands are now a FixedCompilationDatabase. For now, this is
done