[clang] [Clang][ExprConstant] fix constant expression did not evaluate to integer (PR #97146)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 1 06:11:09 PDT 2024


Sirraide wrote:

Ah, that was in the original stack trace, I see. The fix here makes sense to me because it’s in `FastEvaluateAsRValue`, so it makes sense that that can fail since it’s just supposed to be a fast path.

https://github.com/llvm/llvm-project/pull/97146


More information about the cfe-commits mailing list