aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/query-dir-index-root2
Commit message (Collapse)AuthorAgeFilesLines
* tools/clang/codesearch: improve codesearch to handle global variablesArtem Metla2026-02-171-0/+1
| | | | | | | | | | | Contributes to #6469. To handle global variables: * Add EntityKindGlobalVariable * Modify TraverseVarDecl() function logic * Add a check to ensure StartLine and EndLine are in the same file * Fix missing #include <cstdint> in json.h
* 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/+10
dir-index provides a list of subdirectories and files in the given directory in the source tree.