[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 05:00:49 PST 2017


lebedev.ri updated this revision to Diff 124724.
lebedev.ri marked 5 inline comments as done.
lebedev.ri changed the repository for this revision from rL LLVM to rC Clang.
lebedev.ri added a comment.

@dcoughlin thank you for the review! A few notes of my own below.


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.124724.patch
Type: text/x-patch
Size: 223911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171129/2e1b8fd1/attachment-0001.bin>


More information about the cfe-commits mailing list