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

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 30 01:19:03 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319411: [analyzer] Fix false negative on post-increment of uninitialized variable. (authored by lebedevri).

Changed prior to commit:
  https://reviews.llvm.org/D40463?vs=124780&id=124882#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40463

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40463.124882.patch
Type: text/x-patch
Size: 211762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171130/3cf5742a/attachment-0001.bin>


More information about the cfe-commits mailing list