Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 35576 Build 35575: arc lint + arc unit
Event Timeline
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
430 | do we want to exit clangd for this case? |
Comment Actions
Oops, forgot to hit send.
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
430 | I'd prefer not to, it's only "somewhat likely" the user is confused - there's a chance they're going to e.g. paste in LSP messages. Also behaving *completely* differently when connected to a TTY violates expectations and can make debugging hard. Changing the log output seems fine, refusing to speak the protocol doesn't. |
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
430 | Sounds good. |
do we want to exit clangd for this case?