Refactor: Replace std::abort with limestone_exception in I/O operations #681
Annotations
1 error and 2 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/30564959842?check_suite_focus=true|[Clang-Tidy] 2 warnings>*
|
bugprone-exception-escape:
src/limestone/sortdb_wrapper.h#L69
an exception may be thrown in function '~sortdb_wrapper' which should not throw exceptions
|
bugprone-exception-escape:
src/limestone/sortdb_wrapper.h#L128
an exception may be thrown in function 'clear_directory' which should not throw exceptions
|