[clang] [clang] Fix a crash from nested ArrayInitLoopExpr (PR #67722)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 28 12:30:19 PDT 2023


isuckatcs wrote:

I decided to push the solution where the temporary is put inside a `FullExpressionRAII` instead of not letting clang keep going in case of an evaluation failure.

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


More information about the cfe-commits mailing list