dominic
|
a125fb6736
|
run clang-tidy using a common config and reduced set of tests (#1923)
* move clang-tidy config somewhere central and reduce it
|
2025-02-11 00:32:38 +00:00 |
|
Roman Lebedev
|
06b4a07015
|
clang-tidy broke the world (#1766)
`AnalyzeTemporaryDtors` option is no longer recognized by clang-tidy-18,
and that renders the whole config invalid and completely ignored... ???
|
2024-03-18 11:01:25 +00:00 |
|
dominc8
|
ab867074da
|
clang-tidy: readability-redundant and performance (#1298)
* clang-tidy: readability-redundant-*
* clang-tidy: performance-*
|
2021-12-06 11:18:04 +00:00 |
|
dominc8
|
680d3fdbb5
|
Add clang-tidy check (#1290)
* Add clang-tidy.yml and .clang-tidy
* Add mention to authors/contributors
* Temp fix 2 clang-tidy issues
* Enable clang-tidy on pull requests
* Exclude gtest source files from clang-tidy
|
2021-11-25 15:47:44 +00:00 |
|