aboutsummaryrefslogtreecommitdiff
path: root/util/travis/clangtidy.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update clang-tidy configuration and scriptssfan52020-03-121-7/+5
|
* Update our tooling (Clang 5 -> 7, GCC 7 -> 8)Loïc Blot2019-03-141-3/+1
| | | | | | | | This change permits to use up-to-date compilers, clang-tidy and clang-format It also refactor the tidy/format step to drop the binary selection from scripts and perform it directly in travis
* Disable clang-tidy when no C/C++ files has been modified.Loic Blot2018-06-101-0/+5
|
* [clang-tidy] Promote some performance-* as a coding error (#7194)Loïc Blot2018-04-041-1/+1
| | | | | | | * 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 Blot2018-04-011-0/+27
* 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