[all-commits] [llvm/llvm-project] 9d6cbc: [ADT] Deprecate MutableArrayRef(std::nullopt) (#14...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Jun 27 11:31:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d6cbc3c20923759d9ffdf19b4f0d498f8cf5584
      https://github.com/llvm/llvm-project/commit/9d6cbc3c20923759d9ffdf19b4f0d498f8cf5584
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M llvm/include/llvm/ADT/ArrayRef.h
    M mlir/lib/IR/Diagnostics.cpp

  Log Message:
  -----------
  [ADT] Deprecate MutableArrayRef(std::nullopt) (#146113)

ArrayRef(std::nullopt) just got deprecated.  This patch does the same
to MutableArrayRef(std::nullopt).  Since there are only a couple of
uses, this patch does migration and deprecation at the same time.



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