aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2025-11-17 07:50:29 +0100
committerDmitry Vyukov <dvyukov@google.com>2025-11-17 08:54:02 +0000
commitde73685def8340e60ffed6f23ce0016718fc53f3 (patch)
tree183ee06960736e637faf53f966c70f8532373fba /Makefile
parent208aa6706e1115fb0a18faf0fa72474ea2587184 (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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