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
Lint
Lint Not Applicable
Unit
Tests Not Applicable