[cfe-dev] announcing an *early preview* of a cross-referencing code search website for LLVM

Shahms King via cfe-dev cfe-dev at lists.llvm.org
Thu Mar 10 15:15:24 PST 2016


Nice! Glad to see some work progressing on a UI :-)

--Shahms

On Thu, Mar 10, 2016 at 11:26 AM, Peter Collingbourne <peter at pcc.me.uk>
wrote:

> 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
>



-- 
:-P
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160310/3eb38e62/attachment.html>


More information about the cfe-dev mailing list