[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 03:08:05 PST 2017
lebedev.ri added inline comments.
================
Comment at: docs/ReleaseNotes.rst:261
+- Static Analyzer can now properly detect and diagnose unary pre-/post-
+ increment/decrement on an uninitialized values.
+
----------------
JonasToth wrote:
> The end of the sentence should be either 'on uninitialized values' or 'on an uninitialized values'.
> The end of the sentence should be either 'on uninitialized values' or 'on an uninitialized values'.
But it is already `on an uninitialized values.` ?
Repository:
rL LLVM
https://reviews.llvm.org/D40463
More information about the cfe-commits
mailing list