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 6930dbb8 Add a test checking clang-tidy can find libc++ on Mac
new 7fd2ae76 [clang-tidy] new check: bugprone-too-small-loop-variable
new ecb4f9d5 [clangd] Allow symbols from AnyScope in dexp.
The 2 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/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp | 168 ++++++++++++++
clang-tidy/bugprone/TooSmallLoopVariableCheck.h | 43 ++++
clangd/index/dex/dexp/Dexp.cpp | 1 +
docs/ReleaseNotes.rst | 7 +
.../checks/bugprone-too-small-loop-variable.rst | 29 +++
docs/clang-tidy/checks/list.rst | 1 +
.../bugprone-too-small-loop-variable.cpp | 251 +++++++++++++++++++++
9 files changed, 504 insertions(+)
create mode 100644 clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
create mode 100644 clang-tidy/bugprone/TooSmallLoopVariableCheck.h
create mode 100644 docs/clang-tidy/checks/bugprone-too-small-loop-variable.rst
create mode 100644 test/clang-tidy/bugprone-too-small-loop-variable.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e988bd61e82 [SystemZ::TTI] Improve accuracy of costs for vector fp <-> [...]
new e06d0750e88 [CostModel][X86] SK_ExtractSubvector is cheap if the (legal [...]
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:
lib/Target/X86/X86TargetTransformInfo.cpp | 18 ++++++---
.../CostModel/X86/shuffle-extract_subvector.ll | 44 +++++++++++-----------
2 files changed, 35 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.