create_snapshot-sortdb_wrapper #329
Annotations
5 errors and 2 warnings
Build (ubuntu-22.04)
Process completed with exit code 1.
|
clang-diagnostic-exceptions:
src/limestone/sortdb_wrapper.h#L127
'clear_directory' has a non-throwing exception specification but can still throw
|
Build (ubuntu-20.04)
Process completed with exit code 1.
|
Analysis
Process completed with exit code 1.
|
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/17865670287?check_suite_focus=true|[Clang-Tidy] 3 warnings>*
|
bugprone-exception-escape:
src/limestone/sortdb_wrapper.h#L68
an exception may be thrown in function '~sortdb_wrapper' which should not throw exceptions
|
bugprone-exception-escape:
src/limestone/sortdb_wrapper.h#L121
an exception may be thrown in function 'clear_directory' which should not throw exceptions
|