From de73685def8340e60ffed6f23ce0016718fc53f3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 17 Nov 2025 07:50:29 +0100 Subject: tools/clang/declextract: move from tools/syz-declextract/clangtool Some of the common helpers may be reused across different Clang tools (currently json.h and .clang-format). Move the files to allow such reuse. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e8948240..65cd8082a 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,8 @@ format_cpp: clang-format --style=file -i executor/*.cc executor/*.h \ executor/android/android_seccomp.h \ tools/kcovtrace/*.c tools/kcovfuzzer/*.c tools/fops_probe/*.cc \ - tools/syz-declextract/clangtool/*.cpp tools/syz-declextract/clangtool/*.h + tools/clang/*.h \ + tools/clang/declextract/*.h tools/clang/declextract/*.cpp format_sys: bin/syz-fmt bin/syz-fmt all -- cgit mrf-deployment