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 75c562b [clang-tidy] google-readability-casting: don't use constructo [...] new 58b93f8 [clang-tidy] Format code around applied fixes
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/ClangTidy.cpp | 20 +++++++++---- clang-tidy/tool/ClangTidyMain.cpp | 22 ++++++++++----- docs/ReleaseNotes.rst | 3 ++ docs/clang-tidy/index.rst | 20 +++++++++++-- test/clang-tidy/clean-up-code.cpp | 2 ++ ...readability-braces-around-statements-format.cpp | 33 ++++++++++++++++++++++ 6 files changed, 85 insertions(+), 15 deletions(-) create mode 100644 test/clang-tidy/readability-braces-around-statements-format.cpp