aboutsummaryrefslogtreecommitdiff
path: root/scripts/clang-tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-15gen_compile_commands: fix invalid escape sequence warningGravatar Andrew Ballance 1-1/+1
2023-12-23gen_compile_commands.py: fix path resolve with symlinks in itGravatar Jialu Xu 1-3/+3
2023-10-12run-clang-tools: Add pass through checks and and header-filter argumentsGravatar Ian Rogers 1-7/+25
2023-10-12gen_compile_commands: Sort output compile commands by file nameGravatar Ian Rogers 1-1/+1
2023-10-12gen_compile_commands: Allow the line prefix to still be cmd_Gravatar Ian Rogers 1-3/+3
2023-07-23gen_compile_commands: add assembly files to compilation databaseGravatar Benjamin Gray 1-1/+1
2023-01-26scripts: handle BrokenPipeError for python scriptsGravatar Masahiro Yamada 1-7/+14
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesGravatar Masahiro Yamada 1-1/+1
2022-12-14kbuild: change module.order to list *.o instead of *.koGravatar Masahiro Yamada 1-4/+4
2022-10-14scripts/clang-tools: Convert clang-tidy args to listGravatar Guru Das Srinagesh 1-5/+6
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headGravatar Masahiro Yamada 1-18/+1
2022-09-24scripts/clang-tools: remove unused moduleGravatar yangxingwu 1-1/+0
2022-08-21scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGravatar Guru Das Srinagesh 1-0/+1
2022-06-29gen_compile_commands: handle multiple lines per .mod fileGravatar John Hubbard 1-3/+3
2021-09-19gen_compile_commands: fix missing 'sys' packageGravatar Kortan 1-0/+1
2021-09-03gen_compile_commands: extract compiler command from a series of commandsGravatar Masahiro Yamada 1-1/+1
2021-02-16gen_compile_commands: prune some directoriesGravatar Masahiro Yamada 1-2/+10
2021-02-03scripts/clang-tools: switch explicitly to Python 3Gravatar Masahiro Yamada 2-2/+2
2020-08-27Makefile: Add clang-tidy and static analyzer support to makefileGravatar Nathan Huckleberry 2-0/+310