[PATCH] D76096: [clang] allow const structs to be constant expressions in initializer lists

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 13 16:14:38 PDT 2020


efriedma added a comment.

> Isn't that what my patch is doing? (Codegen walking the AST/InitListExpr, generating Constants)?

Yes. The issue is we we don't really want to duplicate the logic.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76096





More information about the cfe-commits mailing list