]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge branch '2023-10-11-port-gen_compile_commands_py'
authorTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 17:25:01 +0000 (13:25 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 17:25:01 +0000 (13:25 -0400)
commit997bef3c6d22d12c7fd092fb831bf94d114c9f6f
treea954cb460dce820a864e05a41380b84056718b75
parent6e0a75d3162a024cb0cdedd871d435e6ee782447
parent311df90b3eab4dcf4124e360214b8535401c7d39
Merge branch '2023-10-11-port-gen_compile_commands_py'

To quote the author:
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
navigation and analysis. The series consists of the initial script
import, the necessary modifications for U-Boot compatibility, and
finally some documentation.