[all-commits] [llvm/llvm-project] 695662: [clang] Remove ConstantAggregateBuilderBase::addBi...
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Sat Nov 18 15:51:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 695662b00c993dc33f7196c6d156c967a0aad6af
https://github.com/llvm/llvm-project/commit/695662b00c993dc33f7196c6d156c967a0aad6af
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2023-11-18 (Sat, 18 Nov 2023)
Changed paths:
M clang/include/clang/CodeGen/ConstantInitBuilder.h
M clang/lib/CodeGen/CGObjCGNU.cpp
Log Message:
-----------
[clang] Remove ConstantAggregateBuilderBase::addBitCast (NFC)
* Replace all existing uses of ConstantAggregateBuilderBase::addBitCast,
as they involve a no-op ptr-to-ptr bitcast
* Remove method ConstantAggregateBuilderBase::addBitCast
Opaque ptr cleanup effort (NFC)
More information about the All-commits
mailing list