Hristo Hristov c05a3ac915
[libc++][filesystem] Applied [[nodiscard]] (#171085)
`[[nodiscard]]` should be applied to functions where discarding the
return value is most likely a correctness issue.

- https://libcxx.llvm.org/CodingGuidelines.html
2025-12-12 08:20:58 +02:00
..