[PATCH] D156185: [clang][ConstExprEmitter] handle ArrayToPointerDecay ImplicitCastExpr of StringLiterals

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 16:22:10 PDT 2023


efriedma added a comment.

We can do a whole bunch of these, but at some point we hit diminishing returns... bailing out here isn't *that* expensive.  Do you have some idea how far you want to go with this?  Adding a couple obvious checks like this isn't a big deal, but I don't want to build up a complete parallel infrastructure for scalar expressions here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156185



More information about the cfe-commits mailing list