[PATCH] D62801: Add "will-return" function attribute

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 01:14:45 PDT 2019


uenoku added a comment.

> How is this different from noreturn attribute?

noreturn indicates that the function never returns for any input or in any environment.
On the other hand, will-return indicates that the function always returns for any input or in any environment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62801/new/

https://reviews.llvm.org/D62801





More information about the llvm-commits mailing list