[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
Sun Nov 26 04:45:35 PST 2017


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

Fix some more typos.


Repository:
  rL LLVM

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
  test/Analysis/uninit-const.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40463.124288.patch
Type: text/x-patch
Size: 230759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171126/bc874c40/attachment-0001.bin>


More information about the cfe-commits mailing list