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