cpp-linter as action #377
Annotations
1 error and 2 warnings
|
build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c:2:3 [clang-diagnostic-error]:
build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c#L2
"A C++ compiler has been selected for C."
|
|
build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c:853:5 [modernize-use-trailing-return-type]:
build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c#L853
use a trailing return type for this function
|
|
build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c:761:1 [modernize-avoid-c-arrays]:
build/CMakeFiles/3.28.3/CompilerIdC/CMakeCCompilerId.c#L761
do not declare C-style arrays, use std::array<> instead
|