[llvm-branch-commits] [llvm-branch] r195313 - Add blurb about DXR.

Bill Wendling isanbard at gmail.com
Wed Nov 20 21:17:31 PST 2013


Author: void
Date: Wed Nov 20 23:17:31 2013
New Revision: 195313

URL: http://llvm.org/viewvc/llvm-project?rev=195313&view=rev
Log:
Add blurb about DXR.

Modified:
    llvm/branches/release_34/docs/ReleaseNotes.rst

Modified: llvm/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_34/docs/ReleaseNotes.rst?rev=195313&r1=195312&r2=195313&view=diff
==============================================================================
--- llvm/branches/release_34/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_34/docs/ReleaseNotes.rst Wed Nov 20 23:17:31 2013
@@ -129,6 +129,14 @@ combined with LLVM as backend to produce
 x86/x86_64 systems like Linux, OS X, FreeBSD and Windows and also Linux/PPC64.
 Ports to other architectures like ARM and AArch64 are underway.
 
+DXR
+---
+
+`DXR https://wiki.mozilla.org/DXR`_ is Mozilla's 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." Behind the scenes, it uses a custom trigram index,
+the re2 library, and structural data collected by a clang compiler plugin.
 
 Additional Information
 ======================





More information about the llvm-branch-commits mailing list