[all-commits] [llvm/llvm-project] 10dc3a: [clang][Interp] Fix empty InitListExprs for unions
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu May 23 02:49:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10dc3a8e916d73291269e5e2b82dd22681489aa1
https://github.com/llvm/llvm-project/commit/10dc3a8e916d73291269e5e2b82dd22681489aa1
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/unions.cpp
Log Message:
-----------
[clang][Interp] Fix empty InitListExprs for unions
We still need to handle Inits.size() == 0, but we can do that earlier.
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