Page MenuHomePhabricator

Add attribute [[noreturn]] (C++11) to functions that will not return
ClosedPublic

Authored by deadalnix on Jan 7 2018, 00:45.

Details

Summary

Rationale:

  • Reduce the number of false positives from static analyzers
  • Potentially enable additional compiler optimizations

Backport of core's PR10843

Depends on D906

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
noreturn
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1542
Build 1542: arc lint + arc unit