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 ade75aa [clang-move] Fix generating illegal header guard. new ab28772 [clang-tidy] Clean up code after applying replacements.
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/CMakeLists.txt | 1 + clang-tidy/ClangTidy.cpp | 103 ++++++++++++++++----- clang-tidy/ClangTidyDiagnosticConsumer.cpp | 5 +- test/clang-tidy/clean-up-code.cpp | 12 +++ test/clang-tidy/fix.cpp | 1 + .../google-readability-namespace-comments.cpp | 2 +- 6 files changed, 97 insertions(+), 27 deletions(-) create mode 100644 test/clang-tidy/clean-up-code.cpp