[PATCH] D17511: [analyzer] Make ObjCDeallocChecker path sensitive.

Devin Coughlin via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 09:50:59 PST 2016


dcoughlin added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:804
@@ +803,3 @@
+/// Returns true if there is a call to -dealloc anywhere on the stack and false
+/// otherwise. If true, it also sets \param SelfValOut to the value of
+/// 'self' in the frame for -dealloc.
----------------
ddkilzer wrote:
> ddkilzer wrote:
> > I think you meant "/param InstanceValOut" here.
> And I meant "\param InstanceValOut".  😐
Thanks! Will fix.


http://reviews.llvm.org/D17511





More information about the cfe-commits mailing list