Add trace logs to major public APIs and critical operations #789
Annotations
1 error and 6 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/34575375072?check_suite_focus=true|[Clang-Tidy] 6 warnings>*
|
cppcoreguidelines-macro-usage:
src/limestone/logging_helper.h#L132
function-like macro 'TRACE_COMMON' used; consider a 'constexpr' template function
|
bugprone-macro-parentheses:
src/limestone/logging_helper.h#L138
macro argument should be enclosed in parentheses
|
bugprone-macro-parentheses:
src/limestone/logging_helper.h#L139
macro argument should be enclosed in parentheses
|
cppcoreguidelines-macro-usage:
src/./limestone/logging_helper.h#L132
function-like macro 'TRACE_COMMON' used; consider a 'constexpr' template function
|
bugprone-macro-parentheses:
src/./limestone/logging_helper.h#L138
macro argument should be enclosed in parentheses
|
bugprone-macro-parentheses:
src/./limestone/logging_helper.h#L139
macro argument should be enclosed in parentheses
|