[PATCH] D57433: [analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of Objective-C methods

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 29 18:11:20 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rC352588: [analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of… (authored by george.karpenkov, committed by ).
Herald added a subscriber: cfe-commits.

Changed prior to commit:
  https://reviews.llvm.org/D57433?vs=184221&id=184225#toc

Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57433/new/

https://reviews.llvm.org/D57433

Files:
  include/clang/Analysis/RetainSummaryManager.h
  lib/Analysis/RetainSummaryManager.cpp
  lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  test/Analysis/Inputs/expected-plists/retain-release.m.objc.plist
  test/Analysis/Inputs/expected-plists/retain-release.m.objcpp.plist
  test/Analysis/retain-release.m





More information about the cfe-commits mailing list