[PATCH] D86233: [LangRef] Define mustprogress attribute
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 13:18:29 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/docs/LangRef.rst:1962
+ requirements of the first section of `[intro.progress] of the C++
+ Standard <http://eel.is/c++draft/intro.progress>`_. If a `mustprogress`
+ function does not satisfy this contract, the behavior is undefined. A
----------------
Minor question: is it really a good idea to link to eel.is? Certainly it's a convenient resource, but it's not official; as far as I know, it's just someone's personal website.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86233/new/
https://reviews.llvm.org/D86233
More information about the llvm-commits
mailing list