Author: ehsan
Date: Thu Oct 29 12:20:17 2015
New Revision: 251638

URL: http://llvm.org/viewvc/llvm-project?rev=251638&view=rev
Log:
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.

Modified:
    cfe/trunk/www/related.html

Modified: cfe/trunk/www/related.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/related.html?rev=251638&r1=251637&r2=251638&view=diff
==============================================================================
--- cfe/trunk/www/related.html (original)
+++ cfe/trunk/www/related.html Thu Oct 29 12:20:17 2015
@@ -82,6 +82,17 @@
         </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>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to