Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
7795 commits behind, 700 commits ahead of the upstream repository.
  • Nicolas Trangez's avatar
    6b400d26
    rts: introduce (and use) `STG_NORETURN` · 6b400d26
    Nicolas Trangez authored and Marge Bot's avatar Marge Bot committed
    Instead of sprinkling the codebase with
    `GNU(C3)_ATTRIBUTE(__noreturn__)`, add a `STG_NORETURN` macro (for,
    basically, the same thing) similar to `STG_UNUSED` and others, and
    update the code to use this macro where applicable.
    6b400d26
    History
    rts: introduce (and use) `STG_NORETURN`
    Nicolas Trangez authored and Marge Bot's avatar Marge Bot committed
    Instead of sprinkling the codebase with
    `GNU(C3)_ATTRIBUTE(__noreturn__)`, add a `STG_NORETURN` macro (for,
    basically, the same thing) similar to `STG_UNUSED` and others, and
    update the code to use this macro where applicable.
Code owners