index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
clangtidy.py
Age
Commit message (
Expand
)
Author
2025-10-29
environment: move tool detection functions to a new module
Paolo Bonzini
2025-07-21
clang-tidy: run tool only on source files participating in targets
Sahnvour
2024-12-19
scripts: convert run_tool to asyncio
Paolo Bonzini
2024-12-19
scripts: rename run_tool to run_clang_tool
Paolo Bonzini
2024-12-19
scripts: make clang tools obey b_colorout
Paolo Bonzini
2024-09-24
clang-tidy: Avoid spawning too many threads
Jonathon Anderson
2024-06-23
clang-tidy: use -quiet
Mark A. Tsuchida
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-25
Add clang-tidy-fix target
Lei YU
2023-02-01
treewide: add future annotations import
Eli Schwartz
2021-11-14
Share common code between clang tidy and format
Xavier Claessens
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-04
various python neatness cleanups
Eli Schwartz
2020-11-17
Fix clang-tidy return value reporting (Part Ⅱ)
Florian Schmaus
2020-11-07
Fix clang-tidy return value reporting (#7949)
Florian Schmaus
2020-10-12
exclude generated file from clang-tidy processing
Michele Dionisio
2020-10-05
Never run clang-format / clang-tidy against directories
Bernd Busse
2020-09-08
typing: fully annotate scripts
Daniel Mensinger
2019-10-21
Use run-clang-tidy when available.
Jussi Pakkanen
2019-10-01
Add clang-tidy target. Closes #2383.
Jussi Pakkanen