Re: [PATCH v4 0/8] Port gen_compile_commands.py from Linux to U-Boot

2023-10-11 Thread Tom Rini
On Sun, Oct 01, 2023 at 12:00:28PM +0200, Joao Marcos Costa wrote: > Hello U-Boot community, > > I'm submitting a patch series that ports the gen_compile_commands.py > script from the Linux kernel's sources to U-Boot. This script, originally > located in scripts/clang-tools/gen_compile_commands.p

[PATCH v4 0/8] Port gen_compile_commands.py from Linux to U-Boot

2023-10-01 Thread Joao Marcos Costa
Hello U-Boot community, I'm submitting a patch series that ports the gen_compile_commands.py script from the Linux kernel's sources to U-Boot. This script, originally located in scripts/clang-tools/gen_compile_commands.py, enables the generation of compile_commands.json file for improved code navi