[clang-tools-extra] Add --project-root to clangd (PR #155905)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 27 22:36:16 PST 2025
================
@@ -236,6 +236,8 @@ class TUScheduler {
/// Typically to inject per-file configuration.
/// If the path is empty, context sholud be "generic".
std::function<Context(PathRef)> ContextProvider;
+
+ bool test;
----------------
HighCommander4 wrote:
Leftover debug code?
https://github.com/llvm/llvm-project/pull/155905
More information about the cfe-commits
mailing list