PR49619: Remove delayed call to noteFailed.
authorRichard Smith <richard@metafoo.co.uk>
Thu, 18 Mar 2021 00:20:46 +0000 (17:20 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Thu, 18 Mar 2021 00:25:18 +0000 (17:25 -0700)
commit3315bd0beb4cf23f838bd522a1f0e3fcc0a9fae2
tree73d8ccb470c707c17d411043bf79a49f2848dda2
parente0dadf3de278a20644b3d8f0e73e063b5b45b989
PR49619: Remove delayed call to noteFailed.

This would assert if we hit the evaluation step limit between starting
to delay the call and finishing. In any case, delaying the call was
largely pointless as it doesn't really matter when we mark the
evaluation as having had side effects.
clang/lib/AST/ExprConstant.cpp
clang/test/Sema/integer-overflow.c