[all-commits] [llvm/llvm-project] 3c4ecc: [clang][Interp][NFC] Refactor VisitImplicitValueIn...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Oct 14 23:53:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c4ecc4628601d07201780ea9ed23770a5a2d86c
https://github.com/llvm/llvm-project/commit/3c4ecc4628601d07201780ea9ed23770a5a2d86c
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-10-15 (Sun, 15 Oct 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Refactor VisitImplicitValueInitExpr
The FIXME comment here is not really correct. Also, handle the case of
non-primitive array element types differently, to reduce indentation.
More information about the All-commits
mailing list