[all-commits] [llvm/llvm-project] 4d4088: [CIR] Add support for dynamic cast to void (#162905)
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Thu Oct 16 17:07:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d4088e2ce96f84c8c317d1a2bca55f871726860
https://github.com/llvm/llvm-project/commit/4d4088e2ce96f84c8c317d1a2bca55f871726860
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/lib/CIR/CodeGen/CIRGenBuilder.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/Dialect/Transforms/LoweringPrepareItaniumCXXABI.cpp
M clang/test/CIR/CodeGen/dynamic-cast.cpp
Log Message:
-----------
[CIR] Add support for dynamic cast to void (#162905)
This adds the support for dynamic cast to void in the Itanium ABI.
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