From: Ehsan Akhgari Date: Thu, 29 Oct 2015 17:20:17 +0000 (+0000) Subject: Add a link to the DXR project X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d67290a01c0e92bbe437d3551cfc7bc5ebbe9dbc;p=clang Add a link to the DXR project DXR is a project developed at Mozilla that implements a code indexing and browsing utility on top of libclang that has features such as call graph querying. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251638 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/related.html b/www/related.html index 62dd2632cd..560787eb22 100644 --- a/www/related.html +++ b/www/related.html @@ -82,6 +82,17 @@

+
DXR
+
+

+ Site: + https://github.com/mozilla/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." +

+
+