You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[spec] Improve Function Return Values section (#4296)
* [spec] Improve Function Return Values section
One `return` is required *per execution path*.
Don't mention `assert(0)` as that is covered by the `noreturn` case.
Clarify return value being an rvalue.
* Add missing return example
* Do list `assert(0)`
It's implementation defined whether it's recognized with type noreturn.
0 commit comments