summaryrefslogtreecommitdiff
path: root/clang/test/AST/nested-array-init-loop-in-lambda-capture.cpp
AgeCommit message (Collapse)Author
2023-09-29[clang] Fix a crash from nested ArrayInitLoopExpr (#67722)isuckatcs
This patch makes sure that everything is cleaned up properly when ExprConstant evaluates an ArrayInitLoopExpr. Fixes #57135