Skip to content

Commit

Permalink
[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker
Browse files Browse the repository at this point in the history
ARCMigrator is using code from RetainCountChecker, which is a layering
violation (and it also does it badly, by using a different header, and
then relying on implementation being present in a header file).

This change splits up RetainSummaryManager into a separate library in
lib/Analysis, which can be used independently of a checker.

Differential Revision: https://reviews.llvm.org/D50934

llvm-svn: 340114
  • Loading branch information
George Karpenkov committed Aug 18, 2018
1 parent 5b4f8e1 commit 0ac54fa
Showing 14 changed files with 270 additions and 335 deletions.
231 changes: 0 additions & 231 deletions clang/include/clang/Analysis/ObjCRetainCount.h

This file was deleted.

Loading

0 comments on commit 0ac54fa

Please sign in to comment.