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 9ccae35 [change-namespace] fix namespace specifiers of template arguments. new 93906b9 [clang-tidy] Enhance modernize-use-auto to casts new 3bddfbd Fix link to check
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/modernize/UseAutoCheck.cpp | 77 ++++++++----- clang-tidy/modernize/UseAutoCheck.h | 4 +- docs/ReleaseNotes.rst | 4 + docs/clang-tidy/checks/modernize-use-auto.rst | 24 ++++- .../modernize-use-auto-cast-remove-stars.cpp | 118 ++++++++++++++++++++ test/clang-tidy/modernize-use-auto-cast.cpp | 120 +++++++++++++++++++++ test/clang-tidy/modernize-use-auto-new.cpp | 4 + 7 files changed, 325 insertions(+), 26 deletions(-) create mode 100644 test/clang-tidy/modernize-use-auto-cast-remove-stars.cpp create mode 100644 test/clang-tidy/modernize-use-auto-cast.cpp