This is an archive of the discontinued LLVM Phabricator instance.

[clangtidy] Remove old copy of ExprMutationAnalyzer
ClosedPublic

Authored by shuaiwang on Sep 11 2018, 2:42 PM.

Details

Summary

This is 2/2 of moving ExprMutationAnalyzer from clangtidy to clang/Analysis.
ExprMutationAnalyzer is moved to clang/Analysis in D51948.
This diff migrates existing usages within clangtidy to point to the new
location and remove the old copy of ExprMutationAnalyzer.

Diff Detail

Event Timeline

shuaiwang created this revision.Sep 11 2018, 2:42 PM

Looks good to me, but I'm not the code owner.

LGTM (not owner, but alexfh was not involved in the ExprMutAnalyzer so
far, i think he has no concerns with moving that around as it is fairly
new as well)

Am 11.09.2018 um 23:44 schrieb George Karpenkov via Phabricator:

george.karpenkov added a comment.

Looks good to me, but I'm not the code owner.

Repository:

rCTE Clang Tools Extra

https://reviews.llvm.org/D51950

george.karpenkov accepted this revision.Sep 11 2018, 2:51 PM
This revision is now accepted and ready to land.Sep 11 2018, 2:51 PM
This revision was automatically updated to reflect the committed changes.
clang-tidy/utils/ExprMutationAnalyzer.cpp