[all-commits] [llvm/llvm-project] 64704c: [CIR] Add support for C++ initializer lists (#150681)
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Fri Jul 25 13:40:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64704c6346697efd1a981ff543f407303707b2b4
https://github.com/llvm/llvm-project/commit/64704c6346697efd1a981ff543f407303707b2b4
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
A clang/test/CIR/CodeGen/struct-init.cpp
Log Message:
-----------
[CIR] Add support for C++ initializer lists (#150681)
This adds basic support for using C++ initializer lists to initialize
fields of a record.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list