This is an archive of the discontinued LLVM Phabricator instance.

[dexp] Dump JSON representations of fuzzy find requests
AbandonedPublic

Authored by kbobyrev on Sep 18 2018, 7:22 AM.

Details

Reviewers
None
Summary

This might be useful when building requests database for benchmarks and tests.

Diff Detail

Event Timeline

kbobyrev created this revision.Sep 18 2018, 7:22 AM
ioeric added inline comments.Sep 19 2018, 1:52 AM
clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
126

Any reason not to print this always?

kbobyrev updated this revision to Diff 166241.Sep 20 2018, 2:10 AM
kbobyrev marked an inline comment as done.
kbobyrev retitled this revision from [dexp] Allow users to dump JSON representations of fuzzy find requests to [dexp] Dump JSON representations of fuzzy find requests.
kbobyrev edited the summary of this revision. (Show Details)

I thought that we might not want to produce too much information, but I don't have anything against printing the JSON representation of every user request.

kbobyrev abandoned this revision.Dec 2 2019, 2:24 AM