| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Use uint32 instead of int for line numbers (2G lines should be enough for everyone).
Reorder fields to remove unnecessary paddings.
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Just provides full file contents as last resort.
|
|
|
dir-index provides a list of subdirectories and files in the given
directory in the source tree.
|