Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 3f151a3fa6ccb00523d8e0e36fa8d9046d5a936f
Author: Hristo Hristov <hristo.goshev.hristov@gmail.com>
Date: Thu Nov 20 04:19:15 2025 +0200

[libc++][memory] Applied `[[nodiscard]]` to smart pointers (#168483)

Applied `[[nodiscard]]` where relevant to smart pointers and related
functions.

- [x] - `std::unique_ptr`
- [x] - `std::shared_ptr`
- [x] - `std::weak_ptr`

See guidelines:
-
https://libcxx.llvm.org/CodingGuidelines.html#apply-nodiscard-where-relevant
- `[[nodiscard]]` should be applied to functions where discarding the
return value is most likely a correctness issue. For example a locking
constructor in unique_lock.

---------

Co-authored-by: Hristo Hristov <zingam@outlook.com>
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 560110 2025-12-16T16:40:01 0:00:00
Previous 559541 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Performance Regressions 5 0
Added Tests 0 16
Unchanged Tests 75 64
Total Tests 80

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
710_omnetpp_r 3.60% 8.431 8.734 - 0.00% -
753_ns3_r 1.79% 10.099 10.279 - 0.00% -
727_cppcheck_r 1.36% 25.287 25.631 - 0.00% -
766_femflow_r 1.21% 12.802 12.957 - 0.00% -
748_flightdm_r 1.18% 8.869 8.974 - 0.00% -

Added Tests - execution_time
706_stockfish_r
707_ntest_r
709_cactus_r
710_omnetpp_r
721_gcc_r
723_llvm_r
727_cppcheck_r
729_abc_r
731_astcenc_r
735_gem5_r
736_ocio_r
737_gmsh_r
748_flightdm_r
750_sealcrypto_r
753_ns3_r
766_femflow_r


Report Time: 0.09s
Name Current %
706_stockfish_r 21.602 -
707_ntest_r 16.489 -
709_cactus_r 19.793 -
710_omnetpp_r 8.734 3.60%
721_gcc_r 12.941 -
723_llvm_r 11.560 -
727_cppcheck_r 25.631 1.36%
729_abc_r 18.792 -
731_astcenc_r 10.084 -
735_gem5_r 13.372 -
736_ocio_r 16.198 -
737_gmsh_r 12.848 -
748_flightdm_r 8.974 1.18%
750_sealcrypto_r 18.486 -
753_ns3_r 10.279 1.79%
766_femflow_r 12.957 1.21%
Geometric Mean 14.206 -