[PATCH] D49008: [clangd] Upgrade logging facilities with levels and formatv.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 6 05:19:51 PDT 2018


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

Nice, look good.



================
Comment at: clangd/tool/ClangdMain.cpp:104
+    llvm::cl::values(clEnumVal(Logger::Error, "Error messages only"),
+                     clEnumVal(Logger::Info, "High level execution tracing"),
+                     clEnumVal(Logger::Debug, "Low level details")),
----------------
Is it intended not to expose `Verbose` mode?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49008





More information about the cfe-commits mailing list