[cfe-dev] announcing an *early preview* of a cross-referencing code search website for LLVM
Peter Collingbourne via cfe-dev
cfe-dev at lists.llvm.org
Thu Mar 10 11:26:03 PST 2016
Hi,
I've found that one of the most useful tools in the Chromium project is its
code search website, http://cs.chromium.org/
At http://llvm-cs.pcc.me.uk/ you will find something similar for llvm. You
can search the full text of the llvm/clang/lld/lldb repositories using
regular expressions, search for declarations (which are prioritized above
full-text results), and follow cross references between definitions and
references.
The code behind this website is based on kythe [1] (Kythe itself uses the
clang libraries to parse C++ code) and Russ Cox's codesearch [2] library.
I'm planning to open source it and contribute it to the kythe project.
Thanks,
--
Peter
[1] http://kythe.io/
[2] https://github.com/google/codesearch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160310/e77cfa00/attachment.html>
More information about the cfe-dev
mailing list