]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
Cppcheck errors fixed and suppressed (#319)
authorgtsoul-tech <56584633+gtsoul-tech@users.noreply.github.com>
Tue, 12 Nov 2024 08:01:11 +0000 (10:01 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 08:01:11 +0000 (10:01 +0200)
commit9a3268b0472f294d084514072e98c04cc2e70342
tree85363406408275016f294635809ca83409e3bb4c
parent5145b6d2abfe3e2253b5abc9f29af50ea4d44920
Cppcheck errors fixed and suppressed (#319)

* supress knownConditionTrueFalse

* cppcheck suppress redundantInitialization

* cppcheck solve stlcstrStream

* cppcheck suppress useStlAlgorithm

* cppcheck-suppress derefInvalidIteratorRedundantCheck

* cppcheck solvwe constParameterReference

* const parameter reference cppcheck

* removed wrong fix

* cppcheck-suppress memsetClassFloat

* cppcheck fix memsetClassFloat

* cppcheck fix unsignedLessThanZero

* supressing all errors on simde gitmodule

* fix typo (unsignedLessThanZero)

* fix cppcheck suppress simde gitmodule

* cppcheck-suppress unsignedLessThanZero

---------

Co-authored-by: gtsoul-tech <gtsoulkanakis@gmail.com>
12 files changed:
cppcheck-suppression-list.txt
src/nfa/accel_dfa_build_strat.cpp
src/nfa/limex_compile.cpp
src/nfagraph/ng_limex.cpp
src/nfagraph/ng_literal_analysis.cpp
src/rose/rose_build_bytecode.cpp
src/rose/rose_build_role_aliasing.cpp
src/util/arch/x86/simd_utils.h
src/util/supervector/arch/x86/impl.cpp
tools/hsbench/engine_hyperscan.cpp
unit/internal/truffle.cpp
unit/internal/uniform_ops.cpp