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 4428da6 Add -frtti for Windows buildbot. new 77fad70 [clang-tidy] Enhance modernize-make-unique to handle unique_p [...]
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/modernize/MakeSmartPtrCheck.cpp | 54 ++++++++++++- clang-tidy/modernize/MakeSmartPtrCheck.h | 7 ++ docs/ReleaseNotes.rst | 6 ++ docs/clang-tidy/checks/modernize-make-shared.rst | 11 +++ docs/clang-tidy/checks/modernize-make-unique.rst | 11 +++ test/clang-tidy/modernize-make-shared.cpp | 78 ++++++++++++++++++- test/clang-tidy/modernize-make-unique.cpp | 96 +++++++++++++++++++++--- 7 files changed, 248 insertions(+), 15 deletions(-)