[all-commits] [llvm/llvm-project] ab2250: [libc++] Fix usage of 'exclude_from_explicit_insta...

Krystian Stasiowski via All-commits all-commits at lists.llvm.org
Fri Apr 19 10:20:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab22504479cb7b8985855aa2f2c851390bc1d167
      https://github.com/llvm/llvm-project/commit/ab22504479cb7b8985855aa2f2c851390bc1d167
  Author: Krystian Stasiowski <sdkrystian at gmail.com>
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
    M libcxx/include/__memory/uses_allocator_construction.h
    M libcxx/include/variant

  Log Message:
  -----------
  [libc++] Fix usage of 'exclude_from_explicit_instantiation' attribute on local class members (#89377)

#88777 adds a warning for when the `exclude_from_explicit_instantiation`
attribute is applied to local classes and members thereof. This patch
addresses the few instances of `exclude_from_explicit_instantiation`
being applied to local class members in libc++.



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