aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-dir-index-mm
Commit message (Collapse)AuthorAgeFilesLines
* pkg/codesearch: support searching for referencesDmitry Vyukov2026-01-211-0/+1
| | | | | | | | | Extend codesearch clang tool to export info about function references (calls, takes-address-of). Add pkg/codesearch command find-references. Export find-references in pkg/aflow/tools/codesearcher to LLMs. Update #6469
* pkg/codesearch: add dir-index commandDmitry Vyukov2026-01-201-0/+7
dir-index provides a list of subdirectories and files in the given directory in the source tree.