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

Bug fix/clang tidy warnings part2 #296

Closed gtsoul-tech closed 1 month ago

gtsoul-tech commented 1 month ago

Fixes/supresses some of the clang-tidy warnings

closes some:https://github.com/VectorCamp/vectorscan/issues/253

ignored in this pr: 8 clang-analyzer-cplusplus.NewDelete (boost libr) 55 clang-analyzer-deadcode.DeadStores (build parser) 1 clang-analyzer-optin.cplusplus.VirtualCall (gtest) 11 clang-analyzer-optin.performance.Padding (fdr limex) 2 clang-analyzer-valist.Uninitialized (gest)