summaryrefslogtreecommitdiffstats
path: root/scripts/gen_compile_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add clang-tidy and static analyzer support to makefileNathan Huckleberry2020-08-271-236/+0
* gen_compile_commands: remove the warning about too few .cmd filesMasahiro Yamada2020-08-271-10/+0
* gen_compile_commands: support *.o, *.a, modules.order in positional argumentMasahiro Yamada2020-08-271-4/+96
* gen_compile_commands: move directory walk to a generator functionMasahiro Yamada2020-08-271-12/+32
* gen_compile_commands: make -o option independent of -d optionMasahiro Yamada2020-08-271-9/+9
* gen_compile_commands: reword the help message of -d optionMasahiro Yamada2020-08-271-2/+2
* gen_compile_commands: do not support .cmd files under tools/ directoryMasahiro Yamada2020-08-271-20/+12
* gen_compile_commands: use choices for --log_levels optionMasahiro Yamada2020-08-271-10/+4
* gen_compile_commands: parse only the first line of .*.cmd filesMasahiro Yamada2020-08-271-5/+2
* gen_compile_commands: lower the entry count thresholdMasahiro Yamada2019-07-271-2/+2
* scripts: add a tool to produce a compile_commands.json fileTom Roeder2018-12-191-0/+151