[all-commits] [llvm/llvm-project] 008a39: [lldb] Migrate away from PointerUnion::{is, get} (N...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Jan 10 12:27:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 008a39c0e3f934c7eb0dd04aa5759a0feac65967
      https://github.com/llvm/llvm-project/commit/008a39c0e3f934c7eb0dd04aa5759a0feac65967
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-01-10 (Fri, 10 Jan 2025)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp

  Log Message:
  -----------
  [lldb] Migrate away from PointerUnion::{is,get} (NFC) (#122420)

Note that PointerUnion::{is,get} have been soft deprecated in
PointerUnion.h:

  // FIXME: Replace the uses of is(), get() and dyn_cast() with
  //        isa<T>, cast<T> and the llvm::dyn_cast<T>



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