This is an archive of the discontinued LLVM Phabricator instance.

[lldb-vscode] Consistently use return EXIT_SUCCESS and EXIT_FAILURE (NFC)
ClosedPublic

Authored by JDevlieghere on Mar 31 2021, 9:26 PM.

Details

Summary

Consistently use return with EXIT_SUCCESS or EXIT_FAILURE instead of mix-and-matching return, exit 0, 1 etc.

Diff Detail

Event Timeline

JDevlieghere requested review of this revision.Mar 31 2021, 9:26 PM
JDevlieghere created this revision.
wallace accepted this revision.Mar 31 2021, 9:33 PM
This revision is now accepted and ready to land.Mar 31 2021, 9:33 PM
This revision was landed with ongoing or failed builds.Mar 31 2021, 9:42 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2021, 9:42 PM