[PATCH] D51948: [analyzer] Add ExprMutationAnalyzer

2023-01-04 Thread Nico Weber via Phabricator via cfe-commits
thakis added a comment. Herald added subscribers: manas, steakhal, ASDenysPetrov, dkrupp, donat.nagy, baloghadamsoftware. Herald added a project: All. Old review, but `clang` binary should not depend on ASTMatchers. It's fine if ExprMutationAnalyzer isn't used within clang, but then it should g

[PATCH] D51948: [analyzer] Add ExprMutationAnalyzer

2018-09-11 Thread Shuai Wang via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC341994: [analyzer] Add ExprMutationAnalyzer (authored by shuaiwang, committed by ). Changed prior to commit: https://reviews.llvm.org/D51948?vs=164969&id=164972#toc Repository: rL LLVM https://revie

[PATCH] D51948: [analyzer] Add ExprMutationAnalyzer

2018-09-11 Thread Shuai Wang via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL341994: [analyzer] Add ExprMutationAnalyzer (authored by shuaiwang, committed by ). Herald added a subscriber: llvm-commits. Repository: rL LLVM https://reviews.llvm.org/D51948 Files: cfe/trunk/incl

[PATCH] D51948: [analyzer] Add ExprMutationAnalyzer

2018-09-11 Thread George Karpenkov via Phabricator via cfe-commits
george.karpenkov accepted this revision. george.karpenkov added a comment. This revision is now accepted and ready to land. Wow, thanks a lot, I'm really looking forward to using this! Repository: rC Clang https://reviews.llvm.org/D51948 ___ cfe-

[PATCH] D51948: [analyzer] Add ExprMutationAnalyzer

2018-09-11 Thread Shuai Wang via Phabricator via cfe-commits
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 Ex