[PATCH] D52233: [dexp] Allow users to dump JSON representations of fuzzy find requests

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 19 01:52:08 PDT 2018


ioeric added inline comments.


================
Comment at: clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp:131
     }
+    if (ShowJSONRequest)
+      llvm::outs() << llvm::formatv("Request:\n{0}\n\n", toJSON(Request));
----------------
Any reason not to print this always?


https://reviews.llvm.org/D52233





More information about the cfe-commits mailing list