| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/codesearch: reduce memory consumption a bit more | Dmitry Vyukov | 2026-01-22 | 1 | -1/+1 |
| | | | | | | Use uint32 instead of int for line numbers (2G lines should be enough for everyone). Reorder fields to remove unnecessary paddings. | ||||
| * | pkg/codesearch: add skeleton for code searching tool | Dmitry Vyukov | 2025-11-20 | 1 | -0/+20 |
| Add a clang tool that is used for code indexing (tools/clang/codesearch/). It follows conventions and build procedure of the declextract tool. Add pkg/codesearch package that aggregates the info exposed by the clang tools, and allows doing simple queries: - show source code of an entity (function, struct, etc) - show entity comment - show all entities defined in a source file Add tools/syz-codesearch wrapper tool that allows to create index for a kernel build, and then run code queries on it. | |||||
