[all-commits] [llvm/llvm-project] e524ad: [clang][Interp] Support zero init for complex type...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Feb 5 06:56:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e524ada6cbc6912156a713ffa179cb92e5362ebb
https://github.com/llvm/llvm-project/commit/e524ada6cbc6912156a713ffa179cb92e5362ebb
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-02-05 (Mon, 05 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/complex.cpp
Log Message:
-----------
[clang][Interp] Support zero init for complex types (#79728)
Initialize both elements to 0.
More information about the All-commits
mailing list