[PATCH] D37150: [clangd] Command line arg to specify compile_commands.json path
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 11 01:05:05 PDT 2017
klimek added inline comments.
================
Comment at: clangd/GlobalCompilationDatabase.cpp:98-100
+ if (CDB)
+ return CDB;
+ return nullptr;
----------------
Isn't that the same as "return CDB"?
https://reviews.llvm.org/D37150
More information about the cfe-commits
mailing list