[PATCH] D133570: Clang codegen, fixes issue with emitting partially initialized constant arrays larger than 2^32
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 13:41:56 PDT 2022
efriedma added a comment.
FYI, the "Visit" method comes from the base class StmtVisitor; it just forwards to the relevant method. (For example, if you call "Visit" with an InitListExpr, it calls VisitInitListExpr.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133570/new/
https://reviews.llvm.org/D133570
More information about the llvm-commits
mailing list