[all-commits] [llvm/llvm-project] 23fbaf: [ByteCode] Migrate away from PointerUnion::{is, get...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Mon Nov 11 22:50:20 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23fbaff9a3fd2b26418e0c2f10b701049399251f
      https://github.com/llvm/llvm-project/commit/23fbaff9a3fd2b26418e0c2f10b701049399251f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M clang/lib/AST/ByteCode/Descriptor.h
    M clang/lib/AST/ByteCode/Function.h
    M clang/lib/AST/ByteCode/Source.cpp
    M clang/lib/AST/ByteCode/Source.h

  Log Message:
  -----------
  [ByteCode] Migrate away from PointerUnion::{is,get,dyn_cast} (NFC) (#115809)

Note that PointerUnion::{is,get,dyn_cast} 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