summaryrefslogtreecommitdiff
path: root/.clang-tidy
Commit message (Collapse)AuthorAgeFilesLines
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-1/+1
|
* [core] Fix bugprone-use-after-moveThiago Marcos P. Santos2019-09-251-0/+1
| | | | Luckily this is an enum and was being copied.
* [build] Less picky .clant-tidy configThiago Marcos P. Santos2019-09-251-2/+1
| | | | | | | | | | Enabled now: - bugprone - clang-analyzer - google - modernize - performance
* [build] CI configThiago Marcos P. Santos2019-09-171-1/+2
| | | | | | | | | | Run it in parallel with the old build system. This will offer a migration path and make sure we keep everything working at the cost of running many CI bots. New stuff is prefixed with "next". Appveyor already got migrated to the next buildsystem. After merging, we will follow-up removing duplicated core bots.
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+2
|
* [tidy] Disable clang-analyzer-core.{NullDereference,NonNullParamChecker}Bruno de Oliveira Abinader2017-05-121-1/+1
| | | | This caused unrelated issues coming from rapidjson headers.
* [build] Fix 'make tidy' on linuxBruno de Oliveira Abinader2016-08-051-1/+1
|
* [tidy] Switched to Travis CIBruno de Oliveira Abinader2016-06-141-2/+2
| | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341.
* [tidy] Install mason clang-tidy if CLANG_TIDY is not setBruno de Oliveira Abinader2016-06-141-0/+1
| | | | Also added HeaderFilterRegex to .clang-tidy.
* [build] Re-enable tidy checksBruno de Oliveira Abinader2016-06-131-1/+1
|
* [build] add make target "tidy" for running clang-tidyKonstantin Käfer2015-12-031-0/+1