[PATCH] D54399: Move ExprMutationAnalyzer to Tooling/Analysis (1/3)

Shuai Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 11 13:52:11 PST 2018


shuaiwang created this revision.
Herald added subscribers: cfe-commits, dkrupp, donat.nagy, Szelethus, a.sidorin, mgorny.
Herald added a reviewer: george.karpenkov.

This just copies ExprMutationAnalyzer to Tooling/Analysis with minor tweaks around including path & namespaces.
2/3 will change existing references to old location to new location.
3/3 will delete the old copy.


Repository:
  rC Clang

https://reviews.llvm.org/D54399

Files:
  include/clang/Tooling/Analysis/ExprMutationAnalyzer.h
  lib/Tooling/Analysis/CMakeLists.txt
  lib/Tooling/Analysis/ExprMutationAnalyzer.cpp
  lib/Tooling/CMakeLists.txt
  unittests/Tooling/CMakeLists.txt
  unittests/Tooling/ExprMutationAnalyzerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54399.173579.patch
Type: text/x-patch
Size: 75976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181111/9fba1955/attachment-0001.bin>


More information about the cfe-commits mailing list