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

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 29 05:45:18 PDT 2023


================
@@ -352,10 +352,6 @@ namespace ZeroInit {
 }
 
 namespace ArrayInitLoop {
-  /// FIXME: The ArrayInitLoop for the decomposition initializer in g() has
-  /// f(n) as its CommonExpr. We need to evaluate that exactly once and not
-  /// N times as we do right now.
----------------
tbaederr wrote:

This comment needs to stay.

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


More information about the cfe-commits mailing list