[all-commits] [llvm/llvm-project] 705eed: [libc++] Remove availability annotations which can...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Mon Jun 2 10:14:18 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 705eedd47d1274bfc52df5b2143089c061f51f8e
      https://github.com/llvm/llvm-project/commit/705eedd47d1274bfc52df5b2143089c061f51f8e
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-06-02 (Mon, 02 Jun 2025)

  Changed paths:
    M libcxx/include/__configuration/availability.h
    M libcxx/include/__fwd/variant.h
    M libcxx/include/any
    M libcxx/include/optional
    M libcxx/include/variant
    M libcxx/src/any.cpp
    M libcxx/src/optional.cpp
    M libcxx/test/support/any_helpers.h
    M libcxx/test/support/msvc_stdlib_force_include.h

  Log Message:
  -----------
  [libc++] Remove availability annotations which can't fire anymore (#140049)

According to https://developer.apple.com/support/xcode/ the removed
annotations can't fire anymore, since the targets they would fire for
aren't supported anymore.



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