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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to