scipr-lab / libff

C++ library for Finite Fields and Elliptic Curves
Other
149 stars 82 forks source link

Tooling clang tidy #70

Closed solomonjoseph closed 3 years ago

solomonjoseph commented 3 years ago

I added a Make target and updated CI to allow for clang-tidy checks, based on implementation in the Zeth library (https://github.com/clearmatics/zeth). Clang-tidy currently runs all checks on all .hpp, .cpp, and .tcc files under the libff directory.