<div dir="ltr"><div>Hi,</div><div><br></div><div>I've found that one of the most useful tools in the Chromium project is its code search website, <a href="http://cs.chromium.org/">http://cs.chromium.org/</a></div><div><br></div><div>At <a href="http://llvm-cs.pcc.me.uk/">http://llvm-cs.pcc.me.uk/</a> 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.</div><div><br></div><div>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.</div><div><br></div><div>Thanks,</div><div class="gmail_signature"><div dir="ltr">-- <div>Peter</div><div><br></div><div>[1] <a href="http://kythe.io/">http://kythe.io/</a></div><div>[2] <a href="https://github.com/google/codesearch">https://github.com/google/codesearch</a></div></div></div>
</div>