summaryrefslogtreecommitdiff
path: root/.clang-tidy
Commit message (Collapse)AuthorAgeFilesLines
* [build] Enable clang-analyzer checksThiago Marcos P. Santos2020-04-171-0/+8
|
* [build] Make the code tidyThiago Marcos P. Santos2020-04-171-0/+6
| | | | Now clang-tidy runs for all the mbgl-core.
* [build] Remove misc-non-private-member-variables-in-classes checkThiago Marcos P. Santos2020-04-011-4/+1
| | | | It is warning about protected members which are not a big deal.
* [build] Make the code tidy!Thiago Marcos P. Santos2020-03-301-2/+29
| | | | Now the bot will fail when clang-tidy fails. All warnings are fatal.
* [build] Prevent future modernize-* regressionsThiago Marcos P. Santos2020-03-231-2/+2
| | | | | Also ignore modernize-avoid-c-arrays, not such a big deal at the moment.
* [build] Thread clang-tidy performance-* warnings as errorsThiago Marcos P. Santos2020-03-231-1/+1
| | | | With all them fixed, they won't come back.
* [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