kiranchandramohan added a comment.

In D98191#2611694 <https://reviews.llvm.org/D98191#2611694>, @tskeith wrote:

> `-fget-symbols-sources` is not a debug option, it's intended for integrating 
> with IDEs like vscode. So I think the original name is better. Unlike the 
> "dump" options it actually is an action and not something that is intended to 
> produce debug output on the way to doing something else.

A drive-through comment.
Do we plan to use a compiler option to integrate with IDEs?  I was thinking the 
integration will be through another interface and not through the compiler 
driver and that the fget-symbols-sources is a temporary option to test the 
functionality. clangd which supports IDEs is a separate tool.
https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98191

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

Reply via email to