[all-commits] [llvm/llvm-project] 3315bd: PR49619: Remove delayed call to noteFailed.
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Mar 17 17:25:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3315bd0beb4cf23f838bd522a1f0e3fcc0a9fae2
https://github.com/llvm/llvm-project/commit/3315bd0beb4cf23f838bd522a1f0e3fcc0a9fae2
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
M clang/test/Sema/integer-overflow.c
Log Message:
-----------
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.
More information about the All-commits
mailing list