MagmaDNN / magmadnn

MagmaDNN: a simple deep learning framework in c++
MIT License
45 stars 7 forks source link

[FEATURE REQUEST] C++ linter #19

Closed Dando18 closed 5 years ago

Dando18 commented 5 years ago

As of #10 MagmaDNN has a style guideline using clang-format however it'd be nice to use some linter on the code-base.

Possibly clang-tidy since it's already in the clang toolchain with clang-format.

Dando18 commented 5 years ago

For the time being this is in the memory-fixes branch, but will soon make its way to dev and master.