ilya-biryukov added a comment. Thanks for fixing the last comment. Do you want me to land this for you?
================ Comment at: clangd/GlobalCompilationDatabase.cpp:103 + Logger.log("Failed to find compilation database for " + Twine(File) + + "in overriden directory " + CompileCommandsDir.getValue() + + "\n"); ---------------- NIT: missing a space at the start of `"in overriden..."`. Otherwise filename will be concatenated with `"in"` https://reviews.llvm.org/D37150 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits