aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-declextract/testdata
Commit message (Expand)AuthorAgeFilesLines
* all: reformat C/C++ filesDmitry Vyukov2026-01-1932-415/+510
* tools/syz-declextract: ignore files with non US-ASCII charsDmitry Vyukov2025-04-151-0/+4
* tools/syz-declextract: update test golden filesDmitry Vyukov2025-04-152-2/+1
* pkg/declextract: add open fileops callback to interface listDmitry Vyukov2025-04-151-1/+0
* pkg/declextract: more precise fileops callback resolutionDmitry Vyukov2025-04-151-5/+5
* tools/syz-declextract: extract function references more preciselyDmitry Vyukov2025-04-152-29/+48
* tools/syz-declextract: extract enums declared with a typedefDmitry Vyukov2025-04-155-8/+102
* tools/syz-declextract: extract ioctls declared with enumsDmitry Vyukov2025-04-155-34/+72
* tools/syz-declextract: export info about file ops interfacesDmitry Vyukov2025-04-111-0/+16
* tools/syz-declextract: add interface coverage infoDmitry Vyukov2025-04-1014-30/+259
* pkg/declextract: export syscall variants as separate interfacesDmitry Vyukov2025-04-109-61/+157
* tools/syz-declextract: handle ints more carefullyDmitry Vyukov2025-04-104-1/+30
* tools/syz-declextract: refine arg types for syscall variantsDmitry Vyukov2025-04-091-11/+11
* tools/syz-declextract: extend test dataDmitry Vyukov2025-04-098-28/+250
* tools/syz-declextract: support attributes on typesDmitry Vyukov2025-04-034-10/+65
* pkg/declextract: infer syscall commandsDmitry Vyukov2025-01-221-0/+11
* tools/syz-declextract: support function scopesDmitry Vyukov2025-01-2216-390/+1040
* pkg/compiler: fix struct layout bugDmitry Vyukov2025-01-203-4/+17
* tools/syz-declextract: fix empty structs and arraysDmitry Vyukov2025-01-207-24/+341
* pkg/declextract: remove unused includes and definesDmitry Vyukov2025-01-179-21/+61
* pkg/declextract: move const handling logic from the clang toolDmitry Vyukov2025-01-174-16/+108
* tools/syz-declextract: infer argument/field typesDmitry Vyukov2024-12-176-8/+388
* pkg/declextract: change auto_todo type to int8Dmitry Vyukov2024-12-137-7/+7
* tools/syz-declextract: extract info about all functionsDmitry Vyukov2024-12-1315-10/+243
* pkg/ifaceprobe: optimize cacheDmitry Vyukov2024-12-121-6/+6
* tools/syz-declextract: generate file_operations descriptionsDmitry Vyukov2024-12-113-0/+37
* tools/syz-declextract: extract file_operations descriptionsDmitry Vyukov2024-12-117-0/+223
* pkg/declextract: emit more netlink familiesDmitry Vyukov2024-12-114-0/+70
* pkg/declextract: refactor netlink generationDmitry Vyukov2024-12-111-10/+13
* pkg/declextract: rename generated names for consistencyDmitry Vyukov2024-12-113-51/+51
* tools/syz-declextract: rewriteDmitry Vyukov2024-12-1130-0/+1436