[all-commits] [llvm/llvm-project] fab194: [lic++][docs] Explain noexcept policy for narrow c...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Fri Feb 5 11:27:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fab194898b5ed79d458813885af1187f57bb0a33
https://github.com/llvm/llvm-project/commit/fab194898b5ed79d458813885af1187f57bb0a33
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
A libcxx/docs/DesignDocs/NoexceptPolicy.rst
M libcxx/docs/index.rst
Log Message:
-----------
[lic++][docs] Explain noexcept policy for narrow contracts.
Adds documentation around libc++'s policy to add noexcept to things that cannot throw but aren't marked as noexcept.
Refs LWG 3518 and D95251.
Differential Revision: https://reviews.llvm.org/D95821
More information about the All-commits
mailing list