Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix braces. | Torok Edwin | 2009-07-07 | 1 | -4/+2 |
| | | | | llvm-svn: 74923 | ||||
* | Introduce new error handling API. | Torok Edwin | 2009-07-07 | 1 | -0/+53 |
This will replace exit()/abort() style error handling with an API that allows clients to register custom error handling hooks. The default is to call exit(1) when no error handler is provided. llvm-svn: 74922 |