Skip to content

Fixed lambdas for once and for all! #875

Fixed lambdas for once and for all!

Fixed lambdas for once and for all! #875

Triggered via push December 17, 2023 00:34
Status Success
Total duration 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cpp-linter.yml

on: push
cpp-linter
42s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
src/utils/utils.h:22:6 [clang-diagnostic-error]: src/utils/utils.h#L22
no member named 'filesystem' in namespace 'std'
src/SourceInfo.h:17:37 [clang-diagnostic-error]: src/SourceInfo.h#L17
no member named 'filesystem' in namespace 'std'
src/SourceInfo.h:17:37 [clang-diagnostic-error]: src/SourceInfo.h#L17
no member named 'filesystem' in namespace 'std'
src/constants.h:14:2 [clang-diagnostic-error]: src/constants.h#L14
"_SNOWBALL_VERSION and _SNOWBALL_VERSION_NUMBER must be defined!"
src/constants.h:178:2 [clang-diagnostic-error]: src/constants.h#L178
"_SNOWBALL_LIBRARY_OBJ must be defined! (e.g. \"snowball-objects\")"
src/constants.h:182:2 [clang-diagnostic-error]: src/constants.h#L182
"_SNOWBALL_LIBRARY_DIR must be defined! (e.g. \"snowball-libs\")"
src/constants.h:186:2 [clang-diagnostic-error]: src/constants.h#L186
"_SNOWBALL_PACKAGES_DIR must be defined! (e.g. \".sn/packages\")"
src/constants.h:190:2 [clang-diagnostic-error]: src/constants.h#L190
"_SNOWBALL_LLVM_PACKAGE_VERSION must be defined! (e.g. \"16.0.6\")"
src/builder/llvm/buildCall.cc:19:19 [readability-function-cognitive-complexity]: src/builder/llvm/buildCall.cc#L19
function 'visit' has cognitive complexity of 63 (threshold 25)
src/builder/llvm/buildCall.cc:128:7 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: src/builder/llvm/buildCall.cc#L128
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
src/builder/llvm/buildCall.cc:191:9 [cppcoreguidelines-macro-usage]: src/builder/llvm/buildCall.cc#L191
function-like macro 'SET_CALL_ATTRIBUTES' used; consider a 'constexpr' template function