[PATCH] D57127: [analyzer] Port RetainSummaryManager to the new GenericCall interface, decouple ARCMT from the analyzer
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 25 06:45:07 PST 2019
thakis added a comment.
Also, isn't lib/Analysis a strange place for this? lib/Analysis is used by the compiler proper (CodeGen, Sema, …), while RetainSummaryManager is only used by tooling-like things (static analyzer, arcmigrate).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57127/new/
https://reviews.llvm.org/D57127
More information about the cfe-commits
mailing list