[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
Mon Jan 28 09:55:43 PST 2019


thakis added a comment.

In D57127#1371562 <https://reviews.llvm.org/D57127#1371562>, @george.karpenkov wrote:

> > Can you elaborate a bit in what sense this decouples ARCMT from the analyzer?
>
> ARCMT now does not need to link against the analyzer
>
> > Can CLANG_ENABLE_STATIC_ANALYZER now be set independently of CLANG_ENABLE_ARCMT?
>
> Yes


Should we remove this check that currently requires ENABLE_ARCMT => ENABLE_SA? http://llvm-cs.pcc.me.uk/tools/clang/CMakeLists.txt#441


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