[PATCH] D137488: [clang][Interp] Array initialization via string literal
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 5 11:29:33 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();
----------------
tschuett wrote:
> Program
Probably I misunderstood something. It says:
```
Porgram::createGlobalString
```
I would expected it to start with **Program** and not **Porgram**.
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