scipr-lab / libff

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

Rebase tooling_clang_tidy to develop and updated README #80

Closed solomonjoseph closed 3 years ago

solomonjoseph commented 3 years ago

Description

This PR works on issue #63 by creating a target for clang-tidy checks. A python script is downloaded into the build folder via a Cmake script in clang-tidy.cmake. Parameters for the clang-tidy checks can be specified in the .clang-tidy file (eg. which checks to run, warnings as errors, etc).

closes: N/A


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.