[all-commits] [llvm/llvm-project] f25f9e: [libc++][NFC] Remove a bunch of redundant ASan exi...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Tue May 6 13:17:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f25f9e480bd00f467919ec1d6824e533e500f6c3
      https://github.com/llvm/llvm-project/commit/f25f9e480bd00f467919ec1d6824e533e500f6c3
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M libcxx/include/__vector/vector.h
    M libcxx/include/string
    M libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/string.string_view.pass.cpp

  Log Message:
  -----------
  [libc++][NFC] Remove a bunch of redundant ASan existence checks (#128504)

There are currently lots of `_LIBCPP_HAS_ASAN` and
`__libcpp_is_constant_evaluated()` checks which aren't needed, since it
is centrally checked inside `__debug_utils/sanitizers.h`.



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