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 57be59a1 [clang-tidy] Detect bugs in bugprone-misplaced-operator-in-st [...] new 2e84f57c [clang-tidy] rename_check.py misc-string-constructor 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/BugproneTidyModule.cpp | 3 +++ clang-tidy/bugprone/CMakeLists.txt | 1 + clang-tidy/{misc => bugprone}/StringConstructorCheck.cpp | 4 ++-- clang-tidy/{misc => bugprone}/StringConstructorCheck.h | 12 ++++++------ clang-tidy/misc/CMakeLists.txt | 1 - clang-tidy/misc/MiscTidyModule.cpp | 3 --- docs/ReleaseNotes.rst | 3 +++ ...tring-constructor.rst => bugprone-string-constructor.rst} | 6 +++--- docs/clang-tidy/checks/list.rst | 2 +- ...tring-constructor.cpp => bugprone-string-constructor.cpp} | 4 ++-- 10 files changed, 21 insertions(+), 18 deletions(-) rename clang-tidy/{misc => bugprone}/StringConstructorCheck.cpp (99%) rename clang-tidy/{misc => bugprone}/StringConstructorCheck.h (74%) rename docs/clang-tidy/checks/{misc-string-constructor.rst => bugprone-string-cons [...] rename test/clang-tidy/{misc-string-constructor.cpp => bugprone-string-constructor [...]