[Clang-Tidy] 12 warnings
[Clang-Tidy] 12 warnings
Annotations
Check warning on line 118 in src/limestone/logging_helper.h
github-actions / Clang-Tidy
cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays
do not declare C-style arrays, use std::array<> instead
Check warning on line 119 in src/limestone/logging_helper.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-array-to-pointer-decay
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
Check warning on line 122 in src/limestone/logging_helper.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-array-to-pointer-decay
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
Check warning on line 131 in src/limestone/logging_helper.h
github-actions / Clang-Tidy
cppcoreguidelines-macro-usage
function-like macro 'TRACE_COMMON' used; consider a 'constexpr' template function
Check warning on line 137 in src/limestone/logging_helper.h
github-actions / Clang-Tidy
bugprone-macro-parentheses
macro argument should be enclosed in parentheses
Check warning on line 138 in src/limestone/logging_helper.h
github-actions / Clang-Tidy
bugprone-macro-parentheses
macro argument should be enclosed in parentheses
Check warning on line 118 in src/./limestone/logging_helper.h
github-actions / Clang-Tidy
cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays
do not declare C-style arrays, use std::array<> instead
Check warning on line 119 in src/./limestone/logging_helper.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-array-to-pointer-decay
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
Check warning on line 122 in src/./limestone/logging_helper.h
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-array-to-pointer-decay
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
Check warning on line 131 in src/./limestone/logging_helper.h
github-actions / Clang-Tidy
cppcoreguidelines-macro-usage
function-like macro 'TRACE_COMMON' used; consider a 'constexpr' template function
Check warning on line 137 in src/./limestone/logging_helper.h
github-actions / Clang-Tidy
bugprone-macro-parentheses
macro argument should be enclosed in parentheses
Check warning on line 138 in src/./limestone/logging_helper.h
github-actions / Clang-Tidy
bugprone-macro-parentheses
macro argument should be enclosed in parentheses