[PATCH] D12123: [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.

Devin Coughlin via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 21 13:51:06 PDT 2015


dcoughlin updated this revision to Diff 32864.
dcoughlin added a comment.

Update comments to correct nil/non-nil mistakes.


http://reviews.llvm.org/D12123

Files:
  include/clang/StaticAnalyzer/Core/Checker.h
  include/clang/StaticAnalyzer/Core/CheckerManager.h
  lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  lib/StaticAnalyzer/Core/CheckerManager.cpp
  lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  test/Analysis/NSContainers.m
  test/Analysis/objc-message.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12123.32864.patch
Type: text/x-patch
Size: 18100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150821/8c0ab6ef/attachment-0001.bin>


More information about the cfe-commits mailing list