Add trace logs to major public APIs and critical operations #787
[Clang-Tidy] 88 warnings
[Clang-Tidy] 88 warnings
(show only the first 50 annotations)
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 62 in src/limestone/log_channel.cpp
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 62 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 75 in src/limestone/log_channel.cpp
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 75 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 77 in src/limestone/log_channel.cpp
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 77 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 84 in src/limestone/log_channel.cpp
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 84 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 98 in src/limestone/log_channel.cpp
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 98 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 100 in src/limestone/log_channel.cpp
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 100 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 115 in src/limestone/log_channel.cpp
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 115 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 120 in src/limestone/log_channel.cpp
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 120 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 123 in src/limestone/log_channel.cpp
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 123 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 131 in src/limestone/log_channel.cpp
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/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic
Check warning on line 136 in src/limestone/log_channel.cpp
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 136 in src/limestone/log_channel.cpp
github-actions / Clang-Tidy
cppcoreguidelines-pro-bounds-pointer-arithmetic
do not use pointer arithmetic