[PATCH] D149837: [clang][Interp] Fix ignoring CompoundLiteralExprs

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 4 03:09:26 PDT 2023


tbaeder added inline comments.


================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:537
+    }
   }
   return true;
----------------
Obviously, this patch also fixes ignoring `InitListExpr`s.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149837/new/

https://reviews.llvm.org/D149837



More information about the cfe-commits mailing list