Re: [cfe-users] C++ Scoring Tool

2018-04-17 Thread Jonas Toth via cfe-users
+cfe-dev The people familiar with clang-format are more likely active there :) Am 17.04.2018 um 09:40 schrieb Daniel via cfe-users: > > Hello,  > > For the senior project in my undergraduate studies, my team and I are > developing a tool that will evaluate the format and code conventions > of a

[cfe-users] C++ Scoring Tool

2018-04-17 Thread Daniel via cfe-users
Hello, For the senior project in my undergraduate studies, my team and I are developing a tool that will evaluate the format and code conventions of a c++ program, outputting a score and displaying useful messages, very much like pylint for python. The idea is kind of like clang-format excep