diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-11-17 07:50:29 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-11-17 08:54:02 +0000 |
| commit | de73685def8340e60ffed6f23ce0016718fc53f3 (patch) | |
| tree | 183ee06960736e637faf53f966c70f8532373fba /Makefile | |
| parent | 208aa6706e1115fb0a18faf0fa72474ea2587184 (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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
