| commit | 46c725021218b379f96bbd921aa54ceca3cbff20 | [log] [tgz] |
|---|---|---|
| author | Hristo Hristov <[email protected]> | Sat Dec 13 09:19:57 2025 |
| committer | Copybara-Service <[email protected]> | Sat Dec 13 09:26:03 2025 |
| tree | e7dae9d539131eac0ef74cdae251795b263c5555 | |
| parent | 9cf7c86380d746bf2e896c5f7de2a64360b70eb7 [diff] |
[libc++][complex] Applied `[[nodiscard]]` (#171027) `[[nodiscard]]` should be applied to functions where discarding the return value is most likely a correctness issue. - https://libcxx.llvm.org/CodingGuidelines.html There appears to be an issue with annotating `operator*` and `operator/`, see: https://llvm.org/PR171031 --------- Co-authored-by: A. Jiang <[email protected]> NOKEYCHECK=True GitOrigin-RevId: d52d761c23cb6ef7b6f128f735183228614ceb6f