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 31bdad48 [clang-tidy] Misplaced Operator in Strlen in Alloc new b771d824 [clang-tidy] Misplaced Operator in Strlen in Alloc
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: .../MisplacedOperatorInStrlenInAllocCheck.cpp | 92 ++++++++++++++++++++++ .../MisplacedOperatorInStrlenInAllocCheck.h | 37 +++++++++ ...prone-misplaced-operator-in-strlen-in-alloc.rst | 37 +++++++++ ...ugprone-misplaced-operator-in-strlen-in-alloc.c | 77 ++++++++++++++++++ ...prone-misplaced-operator-in-strlen-in-alloc.cpp | 33 ++++++++ 5 files changed, 276 insertions(+) create mode 100644 clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp create mode 100644 clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.h create mode 100644 docs/clang-tidy/checks/bugprone-misplaced-operator-in-strlen-in [...] create mode 100644 test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.c create mode 100644 test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.cpp