[cfe-dev] [clang-tidy] adding simple checks

Tobias Langner randomcppprogrammer at gmail.com
Thu Jul 16 02:41:01 PDT 2015


Hi,

I want to play around with clang-tidy and implement simple checks on it. I decided to implement checks for some of the rules found in various guild books like “C++ Coding Standards” by Mr. Sutter (e.g. "avoid overloading operator&&, operator|| and operator,”). Are such simple checks welcome for the clang-tidy project? If so, I’d post my patches.

Regards
Tobias



More information about the cfe-dev mailing list