Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 556 Bytes

README.rst

File metadata and controls

15 lines (12 loc) · 556 Bytes

DXR

DXR is a code search and navigation tool aimed at making sense of large projects like Firefox. It supports full-text and regex searches as well as structural queries like "Find all the callers of this function." Behind the scenes, it uses trigram indices, the re2 library, and static analysis data collected by instrumented compilers to make searches faster and more accurate than is possible with simple tools like grep.

docs/source/screenshot.png