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 whole symbol (  `toYAML(S)`) will give us more useful 
information


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93029/new/

https://reviews.llvm.org/D93029

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

Reply via email to