[all-commits] [llvm/llvm-project] 6c8356: [libc++][ASan] Fix std::basic_string trait type (#...

Tacet via All-commits all-commits at lists.llvm.org
Thu May 9 09:40:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c8356579b20a6522d39649bcaaaf77e8e324daf
      https://github.com/llvm/llvm-project/commit/6c8356579b20a6522d39649bcaaaf77e8e324daf
  Author: Tacet <advenam.tacet at trailofbits.com>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M libcxx/include/string

  Log Message:
  -----------
  [libc++][ASan] Fix std::basic_string trait type (#91590)

Addresses the comment:
https://github.com/llvm/llvm-project/pull/79536#discussion_r1593652240

Changes the type to `void` instead of `false_type`.

The value is used here:


https://github.com/llvm/llvm-project/blob/6f1013a5b3f92d3ae6e378d6706584a2a44e6964/libcxx/include/__type_traits/is_trivially_relocatable.h#L35-L38



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