Details
Details
- Reviewers
kadircet - Commits
- rG54eb70886cda: [clangd] Remove --inlay-hints flag
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
296 | oops, missed this one in the previous revision. any reason for not directly dropping it? this was an "experimental flag" which we didn't advertise publicly (until one or two weeks ago, and even then we don't mention the flag, https://clangd.llvm.org/extensions#inlay-hints) |
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
---|---|---|
296 |
Comment Actions
thanks, as discussed offline, i was mostly worried about the user confusion we would get when people can't turn it off with --inlay-hints=false but this has both made it into clangd-13 and has been mentioned by others in public enough places, so rather than breaking people with next release let's keep it.
oops, missed this one in the previous revision.
any reason for not directly dropping it? this was an "experimental flag" which we didn't advertise publicly (until one or two weeks ago, and even then we don't mention the flag, https://clangd.llvm.org/extensions#inlay-hints)