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
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to