Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Disable clang-tidy when no C/C++ files has been modified. | Loic Blot | 2018-06-10 |
| | |||
* | [clang-tidy] Promote some performance-* as a coding error (#7194) | Loïc Blot | 2018-04-04 |
| | | | | | | | * Promote performance-type-promotion-in-math-fn as a coding error * Promote performance-faster-string-find too (which is not problematic currently) * Same for performance-implicit-cast-in-loop * Fix remaining tidy points | ||
* | LINT: add clang-tidy step (#6295) | Loïc Blot | 2018-04-01 |
* Implement new travis clang-tidy build step * This step enable some rules and enforce one rule as error * This permits to have some C++ quality rules based on clang & clang contributor guidelines * Fix clang-tidy reported problems on push_back -> emplace_back |