Andrew Gaul
|
c97f7a2a13
|
Address clang-tidy 18 warnings (#2428)
|
2024-03-07 01:04:22 +09:00 |
|
Andrew Gaul
|
43f81b76af
|
Enable clang-tidy CERT warnings (#2371)
|
2023-11-19 10:00:42 +09:00 |
|
Andrew Gaul
|
68bbfee8ea
|
Address clang-tidy modernize-deprecated-headers (#2370)
|
2023-11-19 10:00:16 +09:00 |
|
Andrew Gaul
|
4845831f93
|
Convert some const to constexpr (#2342)
This guarantees that the function or value will resolve at compile-time.
|
2023-11-14 22:15:17 +09:00 |
|
Andrew Gaul
|
0cd73e406d
|
Address clang-tidy 17 warnings (#2362)
|
2023-11-12 11:48:08 +09:00 |
|
Andrew Gaul
|
c65ce8a42c
|
Add clang-tidy to CI (#2270)
|
2023-08-17 22:42:11 +09:00 |
|
Andrew Gaul
|
6823c5a7ec
|
Enable clang-tidy cppcoreguidelines (#2269)
|
2023-08-15 22:12:33 +09:00 |
|
Andrew Gaul
|
5699875e30
|
Use C++11 emplace where possible (#2240)
This is more concise and sometimes more efficient.
|
2023-07-30 22:51:20 +09:00 |
|
Andrew Gaul
|
a7b38a6940
|
Address stray warnings (#2237)
|
2023-07-29 09:19:18 +09:00 |
|
Andrew Gaul
|
a4a2841c05
|
Use C++11 nullptr instead of 0 or NULL (#2234)
This improves type-safety.
|
2023-07-27 21:56:58 +09:00 |
|
Andrew Gaul
|
59c3b26655
|
Fix clang-tidy 16 nits (#2158)
|
2023-05-14 01:59:26 +09:00 |
|
Andrew Gaul
|
956eb77369
|
Updates for clang-tidy 15 (#2058)
|
2022-11-21 23:29:35 +09:00 |
|
Andrew Gaul
|
3e242d0bad
|
Avoid C-style casts (#2015)
Prefer more precise C++-style casts.
|
2022-07-30 22:35:27 +09:00 |
|
Andrew Gaul
|
53d1b04cc2
|
Add new suppressions for clang-tidy 13 (#1847)
|
2022-01-09 21:42:36 +09:00 |
|
Andrew Gaul
|
cb9148f6cd
|
Update for clang-tidy 12 (#1644)
|
2021-05-03 09:43:18 +09:00 |
|
Andrew Gaul
|
543231c9f2
|
Address warnings from clang-tidy 11 (#1470)
|
2020-11-09 21:15:20 +09:00 |
|
Andrew Gaul
|
e0712f444d
|
Update source for clang-tidy 9.0.0
|
2020-01-13 20:56:45 +09:00 |
|
Andrew Gaul
|
efff9c01a6
|
Avoid misplaced const via removing unneeded typedef
Found via clang-tidy.
|
2019-07-12 03:41:19 -07:00 |
|
Andrew Gaul
|
bbfa91141a
|
Configure clang-tidy target
Also fix nits.
|
2019-07-03 14:04:11 -07:00 |
|
Andrew Gaul
|
e87e40b3b4
|
Address miscellaneous clang-tidy warnings
Also add configuration with suppressions.
|
2019-02-04 22:58:40 -08:00 |
|