[PATCH] D53713: Add extension to always default-initialize nullptr_t.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 14 12:47:58 PST 2018
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
I approve this for Static Analyzer. As long as this is the correct thing to do in the compiler, Static Analyzer should ideally behave similarly to the compiler. Exposing portability bugs that would show up on other compilers is generally less important than behaving similarly to Clang itself.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53713/new/
https://reviews.llvm.org/D53713
More information about the cfe-commits
mailing list