aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-declextract/clangtool/declextract.cpp
Commit message (Expand)AuthorAgeFilesLines
* tools/clang/declextract: move from tools/syz-declextract/clangtoolDmitry Vyukov2025-11-171-1009/+0
* tools/syz-declextract: update clangtool to the latest clangDmitry Vyukov2025-11-171-6/+5
* tools/syz-declextract: extract function references more preciselyDmitry Vyukov2025-04-151-13/+22
* tools/syz-declextract: extract enums declared with a typedefDmitry Vyukov2025-04-151-4/+18
* tools/syz-declextract: extract ioctls declared with enumsDmitry Vyukov2025-04-151-28/+37
* tools/syz-declextract: add interface coverage infoDmitry Vyukov2025-04-101-1/+4
* pkg/declextract: export syscall variants as separate interfacesDmitry Vyukov2025-04-101-20/+12
* tools/syz-declextract: handle ints more carefullyDmitry Vyukov2025-04-101-1/+7
* tools/syz-declextract: fix warnings about unused variablesDmitry Vyukov2025-04-101-2/+2
* tools/syz-declextract: remove support for old clangDmitry Vyukov2025-04-091-7/+1
* tools/syz-declextract/clangtool: fix getBitWidthValue for LLVM>=21Burak Emir2025-04-091-1/+7
* tools/syz-declextract: support attributes on typesDmitry Vyukov2025-04-031-1/+9
* tools/syz-declextract: support function scopesDmitry Vyukov2025-01-221-106/+218
* tools/syz-declextract: fix empty structs and arraysDmitry Vyukov2025-01-201-3/+10
* pkg/declextract: move const handling logic from the clang toolDmitry Vyukov2025-01-171-18/+10
* tools/syz-declextract: infer argument/field typesDmitry Vyukov2024-12-171-20/+169
* tools/syz-declextract: extract info about all functionsDmitry Vyukov2024-12-131-0/+37
* tools/syz-declextract: extract file_operations descriptionsDmitry Vyukov2024-12-111-2/+132
* pkg/declextract: rename generated names for consistencyDmitry Vyukov2024-12-111-4/+1
* tools/syz-declextract: rewriteDmitry Vyukov2024-12-111-0/+545