[PATCH] D95057: [clangd] Allow configuration database to be specified in config.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 25 00:00:20 PST 2021
kadircet added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp:140
+ EXPECT_THAT(Diags.Diagnostics, IsEmpty());
+}
+
----------------
maybe also try with an absolute path in `CompilationDatabase` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95057/new/
https://reviews.llvm.org/D95057
More information about the cfe-commits
mailing list