aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-struct-layout-some-struct-offset
Commit message (Collapse)AuthorAgeFilesLines
* pkg/codesearch: expose struct layout in codesearchTamas Koczka2026-01-281-0/+4
- Extract struct field offsets and sizes in the C++ codesearch indexer. - Add 'fields' to the JSON definition output. - Update pkg/codesearch to parse and expose the new field information. - Add 'struct-layout' command to syz-codesearch for debugging. - Add 'codesearch-struct-layout' tool to pkg/aflow/tool/codesearcher/ to allow LLM agents to query struct memory layout and map byte offsets to fields. - Support pointer marshaling for optional JSON values (e.g. *uint)