summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-11-21 05:17:31 +0000
committerBill Wendling <isanbard@gmail.com>2013-11-21 05:17:31 +0000
commitad10ff6cdacd0b5e9257188e86947c17d32fcac5 (patch)
treea2f6c7ca4fce7f61176d85629e332f46c13fb32f /docs/ReleaseNotes.rst
parent0ff917e85472b98aec8f9d48647cde6941a5ea27 (diff)
downloadllvm-ad10ff6cdacd0b5e9257188e86947c17d32fcac5.tar.gz
llvm-ad10ff6cdacd0b5e9257188e86947c17d32fcac5.tar.bz2
llvm-ad10ff6cdacd0b5e9257188e86947c17d32fcac5.tar.xz
Add blurb about DXR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 1858f3f998..90ba87e846 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -129,6 +129,14 @@ combined with LLVM as backend to produce efficient native code. LDC targets
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
======================