This is an archive of the discontinued LLVM Phabricator instance.

Minor code cleanup of Klocwork issues
ClosedPublic

Authored by tlwilmar on Aug 29 2017, 2:08 PM.

Details

Summary

Minor code cleanup of Klocwork issues. Fatal messages are given no return attribute. Define and use KMP_NORETURN to work for multiple C++ versions.

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar created this revision.Aug 29 2017, 2:08 PM
jlpeyton accepted this revision.Sep 5 2017, 8:43 AM
jlpeyton added a subscriber: jlpeyton.

LGTM

This revision is now accepted and ready to land.Sep 5 2017, 8:43 AM
This revision was automatically updated to reflect the committed changes.