|
LLVM
4.0.0
|
Helper for check-and-exit error handling. More...
#include <Error.h>
Public Member Functions | |
| ExitOnError (std::string Banner="", int DefaultErrorExitCode=1) | |
| Create an error on exit helper. More... | |
Public Attributes | |
| std::function< int(const Error &)> | GetExitCode |
Helper for check-and-exit error handling.
For tool use only. NOT FOR USE IN LIBRARY CODE.
Definition at line 938 of file Support/Error.h.
|
inline |
Create an error on exit helper.
Definition at line 941 of file Support/Error.h.
| std::function<int(const Error &)> llvm::ExitOnError::GetExitCode |
Definition at line 943 of file Support/Error.h.
1.8.6