This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 12072d17 [clang-tidy] Use back-tick here new e06fb068 [clang-tidy] Add MagnitudeBitsUpperLimit option to bugprone- [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp | 50 ++++++++++++++-------- clang-tidy/bugprone/TooSmallLoopVariableCheck.h | 8 +++- docs/ReleaseNotes.rst | 6 +++ .../checks/bugprone-too-small-loop-variable.rst | 17 ++++++++ ...all-loop-variable-magniute-bits-upper-limit.cpp | 23 ++++++++++ .../bugprone-too-small-loop-variable.cpp | 6 ++- 6 files changed, 89 insertions(+), 21 deletions(-) create mode 100644 test/clang-tidy/bugprone-too-small-loop-variable-magniute-bits- [...]