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 af5e2eb0 [clang-tidy] Handle sugared reference types in ExprMutationAnalyzer new a7e33819 [clangtidy] Remove old copy of ExprMutationAnalyzer
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/performance/ForRangeCopyCheck.cpp | 5 +- .../performance/UnnecessaryValueParamCheck.cpp | 6 +- clang-tidy/utils/CMakeLists.txt | 1 - clang-tidy/utils/ExprMutationAnalyzer.cpp | 313 ------- clang-tidy/utils/ExprMutationAnalyzer.h | 56 -- unittests/clang-tidy/CMakeLists.txt | 1 - unittests/clang-tidy/ExprMutationAnalyzerTest.cpp | 947 --------------------- 7 files changed, 5 insertions(+), 1324 deletions(-) delete mode 100644 clang-tidy/utils/ExprMutationAnalyzer.cpp delete mode 100644 clang-tidy/utils/ExprMutationAnalyzer.h delete mode 100644 unittests/clang-tidy/ExprMutationAnalyzerTest.cpp