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

David Kilzer via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 08:19:07 PST 2016


ddkilzer 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.
----------------
I think you meant "/param InstanceValOut" here.


http://reviews.llvm.org/D17511





More information about the cfe-commits mailing list