[PATCH] D51948: [analyzer] Add ExprMutationAnalyzer
Shuai Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 11 14:07:31 PDT 2018
shuaiwang created this revision.
shuaiwang added a reviewer: george.karpenkov.
Herald added subscribers: cfe-commits, Szelethus, mikhail.ramalho, a.sidorin, szepet, xazax.hun, mgorny.
This is 1/2 of moving ExprMutationAnalyzer from clangtidy to
clang/Analysis.
This diff along simply copies the ExprMutationAnalyzer over with trivial
modifications (e.g. include path, namespace)
2/2 will migrate existing usage of ExprMutationAnalyzer and remove the
original copy inside clangtidy.
Repository:
rC Clang
https://reviews.llvm.org/D51948
Files:
include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
lib/Analysis/CMakeLists.txt
lib/Analysis/ExprMutationAnalyzer.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/ExprMutationAnalyzerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51948.164969.patch
Type: text/x-patch
Size: 58517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180911/9ee54769/attachment-0001.bin>
More information about the cfe-commits
mailing list