[PATCH] D45679: [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is mutated within a statement.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 27 07:35:36 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE335736: [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is… (authored by alexfh, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D45679?vs=151245&id=153087#toc
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D45679
Files:
clang-tidy/utils/CMakeLists.txt
clang-tidy/utils/ExprMutationAnalyzer.cpp
clang-tidy/utils/ExprMutationAnalyzer.h
unittests/clang-tidy/CMakeLists.txt
unittests/clang-tidy/ExprMutationAnalyzerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45679.153087.patch
Type: text/x-patch
Size: 39947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180627/c01d6102/attachment-0001.bin>
More information about the cfe-commits
mailing list