Consistently use return with EXIT_SUCCESS or EXIT_FAILURE instead of mix-and-matching return, exit 0, 1 etc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99701
[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 TimelineJDevlieghere created this revision. 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 Closed by commit rG54c3c2e82874: [lldb-vscode] Consistently use return EXIT_SUCCESS and EXIT_FAILURE (NFC) (authored by JDevlieghere). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 334587 lldb/tools/lldb-vscode/lldb-vscode.cpp
|