This commit introduces an option to the readability-magic-values checker.
The option defaults to false so that the behavior of the checker doesn't change unless specifically enabled.
These commits are supposed to fix https://github.com/llvm/llvm-project/issues/61259
Details
Details
- Reviewers
njames93
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Merge those commits under D145778, no need for separate review. (git rebase -i HEAD~3)
clang-tools-extra/docs/ReleaseNotes.rst | ||
---|---|---|
198 | is set to true, not false. |
Comment Actions
Accidentally opened this one with arcanist. The changes have been moved to https://reviews.llvm.org/D145778
is set to true, not false.