aboutsummaryrefslogtreecommitdiffstats
path: root/tools/clang/declextract/declextract.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tools/clang/declextract: move from tools/syz-declextract/clangtoolDmitry Vyukov2025-11-171-0/+1009
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.