[all-commits] [llvm/llvm-project] 8b4bb1: [clang][Interp] Implement integral->complex casts ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Jan 19 00:27:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b4bb15f6d879fd8655f9e41fee224a8a59f238c
https://github.com/llvm/llvm-project/commit/8b4bb15f6d879fd8655f9e41fee224a8a59f238c
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/complex.cpp
Log Message:
-----------
[clang][Interp] Implement integral->complex casts (#75590)
Allocate storage for them, initialize the first member with the given
value and the second member to 0.
More information about the All-commits
mailing list