Granary / granary2

Dynamic binary translation framework for instrumenting x86-64 user space Linux programs
MIT License
39 stars 5 forks source link

Replace / update code linting based on cpplint.py with clang-tidy. #92

Open pgoodman opened 9 years ago

pgoodman commented 9 years ago

clang-tidy seems like a really nice and extensible piece of software for linting and auto-cleaning code. I think it would be a better replacement for the current use cpplint.py.