[PATCH] D137488: [clang][Interp] Array initialization via string literal
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 5 07:15:52 PDT 2022
tschuett added inline comments.
================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:1138
+ // FIXME: There is a certain code duplication between here
+ // and Porgram::createGlobalString().
+ const size_t CharWidth = SL->getCharByteWidth();
----------------
Program
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137488/new/
https://reviews.llvm.org/D137488
More information about the cfe-commits
mailing list