[PATCH] D53713: Add extension to always default-initialize nullptr_t.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 14 14:59:29 PST 2018
rsmith added inline comments.
================
Comment at: test/Analysis/nullptr.cpp:136
- invokeF(p); // expected-warning{{1st function call argument is an uninitialized value}}
- // expected-note at -1{{1st function call argument is an uninitialized value}}
if (getSymbol()) // expected-note {{Assuming the condition is false}}
----------------
rsmith wrote:
> This bug is already fixed in trunk.
Never mind, the fix was reverted in r346065.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53713/new/
https://reviews.llvm.org/D53713
More information about the cfe-commits
mailing list