[clang-tidy] Add NOLINTNEXTLINE "quick fix"
Open
clang-tidy
enhancement
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
When clang-tidy / clangd detect an issue, it is raised to the language client with potential fixes. It would be very nice if clang-tidy also suggested a `NOLINTNEXTLINE` fix due to the frequency of false positives.
I found an abandoned PR from 2023 implementing the suggestion: https://reviews.llvm.org/D142991
Contributor guide
Assessment
This issue has not been assessed yet.