[PATCH] D39571: [clangd] DidChangeConfiguration Notification
William Enright via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 22 16:35:27 PST 2017
Nebiroth added inline comments.
================
Comment at: clangd/GlobalCompilationDatabase.cpp:108
Logger.log("Failed to find compilation database for " + Twine(File) +
- "in overriden directory " + CompileCommandsDir.getValue() +
+ " in overriden directory " + CompileCommandsDir.getValue() +
"\n");
----------------
ilya-biryukov wrote:
> Accidental change?
Twine(File) and "in overriden directory" did not have a space to separate otherwise.
https://reviews.llvm.org/D39571
More information about the cfe-commits
mailing list