summaryrefslogtreecommitdiffstats
path: root/scripts/clang-tools
Commit message (Expand)AuthorAgeFilesLines
* gen_compile_commands: fix invalid escape sequence warningAndrew Ballance2024-02-151-1/+1
* gen_compile_commands.py: fix path resolve with symlinks in itJialu Xu2023-12-231-3/+3
* run-clang-tools: Add pass through checks and and header-filter argumentsIan Rogers2023-10-121-7/+25
* gen_compile_commands: Sort output compile commands by file nameIan Rogers2023-10-121-1/+1
* gen_compile_commands: Allow the line prefix to still be cmd_Ian Rogers2023-10-121-3/+3
* gen_compile_commands: add assembly files to compilation databaseBenjamin Gray2023-07-231-1/+1
* scripts: handle BrokenPipeError for python scriptsMasahiro Yamada2023-01-261-7/+14
* kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada2023-01-221-1/+1
* kbuild: change module.order to list *.o instead of *.koMasahiro Yamada2022-12-141-4/+4
* scripts/clang-tools: Convert clang-tidy args to listGuru Das Srinagesh2022-10-141-5/+6
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-18/+1
* scripts/clang-tools: remove unused moduleyangxingwu2022-09-241-1/+0
* scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGuru Das Srinagesh2022-08-211-0/+1
* gen_compile_commands: handle multiple lines per .mod fileJohn Hubbard2022-06-291-3/+3
* gen_compile_commands: fix missing 'sys' packageKortan2021-09-191-0/+1
* gen_compile_commands: extract compiler command from a series of commandsMasahiro Yamada2021-09-031-1/+1
* gen_compile_commands: prune some directoriesMasahiro Yamada2021-02-161-2/+10
* scripts/clang-tools: switch explicitly to Python 3Masahiro Yamada2021-02-032-2/+2
* Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry2020-08-272-0/+310