[all-commits] [llvm/llvm-project] b08960: [CGObjCMac] Replace calls to ConstantAggregateBuil...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Sat Nov 18 15:10:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b08960f18888e96d64874486354c16b4116c5f8f
      https://github.com/llvm/llvm-project/commit/b08960f18888e96d64874486354c16b4116c5f8f
  Author: Youngsuk Kim <youngsuk.kim at hpe.com>
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
    M clang/lib/CodeGen/CGObjCMac.cpp

  Log Message:
  -----------
  [CGObjCMac] Replace calls to ConstantAggregateBuilderBase::addBitCast (NFC)

Replace calls to `ConstantAggregateBuilderBase::addBitCast` that involve a
no-op ptr-to-ptr bitcast.

Opaque ptr cleanup effort (NFC)




More information about the All-commits mailing list