This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4ce242a163c3: [clangd] Find relations in Dex exploration
tool. (authored by usaxena95).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST AC
usaxena95 updated this revision to Diff 310893.
usaxena95 marked an inline comment as done.
usaxena95 added a comment.
Addressed comments. Ready to land.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93029/new/
https://reviews.llvm.org/D93029
File
hokein added inline comments.
Comment at: clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp:304
+Index->relations(Req, [](const SymbolID &SID, const Symbol &S) {
+ llvm::outs() << S << " defined at: " << S.Definition << "\n";
+});
I think dumping the
usaxena95 updated this revision to Diff 310861.
usaxena95 added a comment.
Update error message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93029/new/
https://reviews.llvm.org/D93029
Files:
clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
I
usaxena95 created this revision.
usaxena95 added a reviewer: hokein.
Herald added subscribers: kadircet, arphaman.
usaxena95 requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https