This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e878bfeb40 Introduce the VTable interleaving scheme to the CFI design d [...] new e716a0c90e [analyzer] Add 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/Analysis/Analyses/ExprMutationAnalyzer.h | 52 ++ lib/Analysis/CMakeLists.txt | 1 + lib/Analysis/ExprMutationAnalyzer.cpp | 308 +++++++ unittests/Analysis/CMakeLists.txt | 1 + unittests/Analysis/ExprMutationAnalyzerTest.cpp | 943 +++++++++++++++++++++ 5 files changed, 1305 insertions(+) create mode 100644 include/clang/Analysis/Analyses/ExprMutationAnalyzer.h create mode 100644 lib/Analysis/ExprMutationAnalyzer.cpp create mode 100644 unittests/Analysis/ExprMutationAnalyzerTest.cpp