In clangd-12 the ability to override what clang tidy checks should run was moved into config.
For the 13 release its a wise progression to remove the command line option for this.
Details
Details
- Reviewers
sammccall - Commits
- rG022920c25b8e: [clangd] Retire clang-tidy-checks flag.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think we should have the config mechanism available for one release cycle before removing the old one.
So I think it's fine to retire the flag but we shouldn't pick this into the 12 release branch.
Comment Actions
I definitely agree this retiring should be for the next release cycle, I didn't think we should try and cherry pick this. I just happened to ping the wrong patch