From ad10ff6cdacd0b5e9257188e86947c17d32fcac5 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 21 Nov 2013 05:17:31 +0000 Subject: Add blurb about DXR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195313 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 ====================== -- cgit v1.2.3