Siarhei Fedartsou
|
6d10523440
|
Upgrade to clang-tidy 15 (#6439)
|
2022-11-06 22:45:35 +01:00 |
|
Siarhei Fedartsou
|
96f5780f06
|
Update CI to use clang-tidy 14 (#6353)
|
2022-08-31 23:39:47 +02:00 |
|
Siarhei Fedartsou
|
8e74b7af9d
|
Enable performance-move-const-arg clang-tidy check (#6319)
|
2022-08-23 19:03:41 +02:00 |
|
Siarhei Fedartsou
|
06b1b980bb
|
Enable even more clang-tidy checks (#6273)
|
2022-07-04 21:46:59 +01:00 |
|
Siarhei Fedartsou
|
3d2db20777
|
Enable more clang-tidy checks. (#6270)
* Enable more clang-tidy checks
|
2022-06-30 14:32:12 +01:00 |
|
Siarhei Fedartsou
|
59953172e8
|
Configure clang-tidy job on CI (#6261)
|
2022-06-28 00:14:28 +01:00 |
|
Daniel J. Hofmann
|
998abf05ba
|
Integration scripts for Clang's Modernize and Tidy tool.
New directory: `scripts/`, in which small scripts for developers reside.
- `modernize`: runs all cpp files through `clang-modernize`, respecting
out targeted compiler versions, applying C++11 transformations, doing
syntax checks and formatting --- in parallel.
- `tidy`: runs all cpp files through `clang-tidy`, with selected
warnings only, since we do not want to warn on every small detail.
Please check the talk slides for `clang-tidy` linked in the references!
References:
- http://clang.llvm.org/extra/clang-tidy/
- http://llvm.org/devmtg/2014-04/PDFs/Talks/clang-tidy%20LLVM%20Euro%202014.pdf
- http://clang.llvm.org/extra/clang-tidy/checks/list.html
- https://github.com/Project-OSRM/osrm-backend/pull/1603
|
2015-09-22 17:32:32 +02:00 |
|