[PATCH] D52750: [Diagnostics] Check for integer overflow in array size expressions
Nicolas Lesser via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 11 03:35:25 PDT 2018
Rakete1111 added a comment.
The array size is still evaluated twice. Try to incorporate the check in `Sema::VerifyIntegerConstantExpression`.
https://reviews.llvm.org/D52750
More information about the cfe-commits
mailing list