[PATCH] D40463: [analyzer] Fix false negative on post-increment of uninitialized variable.

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 10:35:05 PST 2017


lebedev.ri updated this revision to Diff 124780.
lebedev.ri marked 8 inline comments as done.
lebedev.ri added a comment.

Address @dcoughlin's review notes.


Repository:
  rC Clang

https://reviews.llvm.org/D40463

Files:
  docs/ReleaseNotes.rst
  lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
  lib/StaticAnalyzer/Core/ExprEngineC.cpp
  test/Analysis/malloc-plist.c
  test/Analysis/objc-for.m
  test/Analysis/uninit-const.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40463.124780.patch
Type: text/x-patch
Size: 214262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171129/0dbc5453/attachment-0001.bin>


More information about the cfe-commits mailing list