fwrite #324
Annotations
1 error and 8 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/17864791892?check_suite_focus=true|[Clang-Tidy] 8 warnings>*
|
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#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
|