[all-commits] [llvm/llvm-project] 45d5a4: [libc++][NFC] Remove the list of `nodiscard` exten...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Tue Oct 24 05:04:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45d5a49c516e56f8fb199e71acb15ac06768195a
https://github.com/llvm/llvm-project/commit/45d5a49c516e56f8fb199e71acb15ac06768195a
Author: Konstantin Varlamov <var-const at users.noreply.github.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M libcxx/docs/UsingLibcxx.rst
Log Message:
-----------
[libc++][NFC] Remove the list of `nodiscard` extensions from the docs. (#69546)
This list is a burden to maintain and provides very limited value. A
user wishing to know whether a particular function is declared with a
`nodiscard` extension would be better off grepping the headers.
More information about the All-commits
mailing list