linux/scripts/clang-tools
Masahiro Yamada 90efe2b911 gen_compile_commands.py: remove code for '\#' replacement
Since commit 9564a8cf42 ("Kbuild: fix # escaping in .cmd files for
future Make"), '#' in the build command is replaced with $(pound) rather
than '\#'.

Calling .replace(r'\#', '#') is only necessary when this tool is used
to parse .*.cmd files generated by Linux 4.16 or earlier, which is
unlikely to happen.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
2025-03-15 21:16:21 +09:00
..
gen_compile_commands.py gen_compile_commands.py: remove code for '\#' replacement 2025-03-15 21:16:21 +09:00
run-clang-tools.py run-clang-tools: Add pass through checks and and header-filter arguments 2023-10-12 10:01:55 -07:00