diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-11-21 05:17:31 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-11-21 05:17:31 +0000 |
commit | ad10ff6cdacd0b5e9257188e86947c17d32fcac5 (patch) | |
tree | a2f6c7ca4fce7f61176d85629e332f46c13fb32f /docs | |
parent | 0ff917e85472b98aec8f9d48647cde6941a5ea27 (diff) | |
download | external_llvm-ad10ff6cdacd0b5e9257188e86947c17d32fcac5.zip external_llvm-ad10ff6cdacd0b5e9257188e86947c17d32fcac5.tar.gz external_llvm-ad10ff6cdacd0b5e9257188e86947c17d32fcac5.tar.bz2 |
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')
-rw-r--r-- | docs/ReleaseNotes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 1858f3f..90ba87e 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 ====================== |