[PATCH] D24915: [analyzer] Extend bug reports with extra notes - ObjCDeallocChecker

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 26 07:37:58 PDT 2016


NoQ created this revision.
NoQ added reviewers: zaks.anna, dcoughlin.
NoQ added a subscriber: cfe-commits.

This patch applies the bug reporting technique that is being introduced in D24278 to ObjCDeallocChecker. Extra notes highlight instance variable or property declarations that are of relevance to the bug report. Extra notes are separate from bug reports.

Originally D24278 contained this patch, but then it was decided to make a separate review. The original diff is an exact copy of the relevant section of the original diff in D24278, with no review comments addressed.

https://reviews.llvm.org/D24915

Files:
  lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  test/Analysis/DeallocMissingRelease.m
  test/Analysis/PR2978.m
  test/Analysis/properties.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24915.72482.patch
Type: text/x-patch
Size: 10864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160926/8488ea97/attachment.bin>


More information about the cfe-commits mailing list