summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/clangtidy.py
AgeCommit message (Expand)Author
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-07-21clang-tidy: run tool only on source files participating in targetsSahnvour
2024-12-19scripts: convert run_tool to asyncioPaolo Bonzini
2024-12-19scripts: rename run_tool to run_clang_toolPaolo Bonzini
2024-12-19scripts: make clang tools obey b_coloroutPaolo Bonzini
2024-09-24clang-tidy: Avoid spawning too many threadsJonathon Anderson
2024-06-23clang-tidy: use -quietMark A. Tsuchida
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-09-25Add clang-tidy-fix targetLei YU
2023-02-01treewide: add future annotations importEli Schwartz
2021-11-14Share common code between clang tidy and formatXavier Claessens
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-04various python neatness cleanupsEli Schwartz
2020-11-17Fix clang-tidy return value reporting (Part Ⅱ)Florian Schmaus
2020-11-07Fix clang-tidy return value reporting (#7949)Florian Schmaus
2020-10-12exclude generated file from clang-tidy processingMichele Dionisio
2020-10-05Never run clang-format / clang-tidy against directoriesBernd Busse
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2019-10-21Use run-clang-tidy when available.Jussi Pakkanen
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen