Skip to content

Add trace logs to major public APIs and critical operations

Sign in for the full log view
GitHub Actions / Clang-Tidy failed Dec 18, 2024 in 0s

[Clang-Tidy] 12 warnings

[Clang-Tidy] 12 warnings

Annotations

Check warning on line 118 in src/limestone/logging_helper.h

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

bugprone-macro-parentheses

macro argument should be enclosed in parentheses