[all-commits] [llvm/llvm-project] 78a9ee: [clang][Interp][NFC] Remove code duplication in Vi...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Wed Jan 11 04:14:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78a9ee7834331fb4360457cc565fa36f5452f7e0
https://github.com/llvm/llvm-project/commit/78a9ee7834331fb4360457cc565fa36f5452f7e0
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Remove code duplication in VisitRecordInitializer
We can just use the regular VisitCallExpr logic here, since we have the
pointer to initialize already on the stack.
More information about the All-commits
mailing list