[PATCH] D50934: [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 17 18:46:38 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC340114: [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker (authored by george.karpenkov, committed by ).
Herald added a subscriber: cfe-commits.

Changed prior to commit:
  https://reviews.llvm.org/D50934?vs=161364&id=161366#toc

Repository:
  rC Clang

https://reviews.llvm.org/D50934

Files:
  include/clang/Analysis/ObjCRetainCount.h
  include/clang/Analysis/RetainSummaryManager.h
  include/clang/StaticAnalyzer/Checkers/SelectorExtras.h
  lib/ARCMigrate/CMakeLists.txt
  lib/ARCMigrate/ObjCMT.cpp
  lib/Analysis/CMakeLists.txt
  lib/Analysis/RetainSummaryManager.cpp
  lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  lib/StaticAnalyzer/Checkers/CMakeLists.txt
  lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
  lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
  lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountSummaries.cpp
  lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountSummaries.h
  lib/StaticAnalyzer/Checkers/SelectorExtras.h
  lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50934.161366.patch
Type: text/x-patch
Size: 134978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180818/6a5d26b7/attachment-0001.bin>


More information about the cfe-commits mailing list