VectorCamp / vectorscan

A portable fork of the high-performance regular expression matching library
https://www.vectorcamp.gr/project/vectorscan/
Other
478 stars 50 forks source link

addressing 47,48,58 #262

Closed isildur-g closed 2 months ago

isildur-g commented 2 months ago

47 [constParameterReference] 48 [constVariableReference] 58 [constVariable]

false positives:

../src/nfa/goughcompile.cpp:444:72: style: Parameter 'rep' can be declared as re ference to const [constParameterReference] -> const doesnt work there.

../src/nfa/mcsheng_compile.cpp:537:62: style: Parameter 'accel_escape_info' can be declared as reference to const [constParameterReference] -> const doesnt work there

../src/nfagraph/ng_limex_accel.cpp:466:16: style: Variable 'p' can be declared a s reference to const [constVariableReference] -> const doesnt work there

../src/rose/rose_build_anchored.cpp:870:37: style: Parameter 'build' can be decl ared as reference to const [constParameterReference] -> const doesnt work there

isildur-g commented 2 months ago

Closes some: #252