add missing error checks #309
Annotations
1 error and 11 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/17458580832?check_suite_focus=true|[Clang-Tidy] 11 warnings>*
|
bugprone-exception-escape:
include/limestone/api/log_channel.h#L52
an exception may be thrown in function 'begin_session' which should not throw exceptions
|
bugprone-exception-escape:
include/limestone/api/log_channel.h#L76
an exception may be thrown in function 'add_entry' which should not throw exceptions
|
bugprone-exception-escape:
include/limestone/api/log_channel.h#L98
an exception may be thrown in function 'remove_entry' which should not throw exceptions
|
bugprone-exception-escape:
src/limestone/log_channel.cpp#L40
an exception may be thrown in function 'begin_session' which should not throw exceptions
|
bugprone-exception-escape:
src/limestone/log_channel.cpp#L83
an exception may be thrown in function 'add_entry' which should not throw exceptions
|
bugprone-exception-escape:
src/limestone/log_channel.cpp#L93
an exception may be thrown in function 'remove_entry' which should not throw exceptions
|
bugprone-exception-escape:
include/limestone/api/datastore.h#L153
an exception may be thrown in function 'switch_epoch' which should not throw exceptions
|
bugprone-exception-escape:
include/limestone/api/datastore.h#L268
an exception may be thrown in function 'update_min_epoch_id' which should not throw exceptions
|
bugprone-exception-escape:
src/limestone/datastore.cpp#L109
an exception may be thrown in function 'switch_epoch' which should not throw exceptions
|
bugprone-exception-escape:
src/limestone/datastore.cpp#L121
an exception may be thrown in function 'update_min_epoch_id' which should not throw exceptions
|
readability-function-cognitive-complexity:
src/limestone/datastore.cpp#L121
function 'update_min_epoch_id' has cognitive complexity of 32 (threshold 25)
|