[all-commits] [llvm/llvm-project] fbd236: [libc++] Improve coverage of std::atomic_ref<T>::e...

Damien L-G via All-commits all-commits at lists.llvm.org
Tue Jan 7 08:55:15 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fbd2365c467ba5c28d65451cfffcbf563df2c647
      https://github.com/llvm/llvm-project/commit/fbd2365c467ba5c28d65451cfffcbf563df2c647
  Author: Damien L-G <dalg24 at gmail.com>
  Date:   2025-01-07 (Tue, 07 Jan 2025)

  Changed paths:
    M libcxx/test/std/atomics/atomics.ref/exchange.pass.cpp

  Log Message:
  -----------
  [libc++] Improve coverage of std::atomic_ref<T>::exchange() (#121596)

Adapted from libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/exchange.pass.cpp
as we did for testing other functionalities. Spotted that lapse in coverage when working on #121414.



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