]> granicus.if.org Git - clang/commitdiff
Add a link to the DXR project
authorEhsan Akhgari <ehsan.akhgari@gmail.com>
Thu, 29 Oct 2015 17:20:17 +0000 (17:20 +0000)
committerEhsan Akhgari <ehsan.akhgari@gmail.com>
Thu, 29 Oct 2015 17:20:17 +0000 (17:20 +0000)
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

www/related.html

index 62dd2632cd5410408db99a9c23b7424d28cb1a11..560787eb22365c2fe21079117867b8c3162d66d3 100644 (file)
         </p>
       </dd>
 
+      <dt>DXR</dt>
+      <dd>
+        <p>
+          <b>Site:</b>
+        <a href="https://github.com/mozilla/dxr#dxr">https://github.com/mozilla/dxr</a>
+        </p>
+        <p>
+        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."
+        </p>
+      </dd>
+
     </dl>
   </div>
 </body>