From: Sean Silva Date: Tue, 12 Mar 2013 16:07:31 +0000 (+0000) Subject: [docs] Add rtags to the external examples. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ad07bdc2cb8f48a8b7c0769dfab6916c9cfbfc3;p=clang [docs] Add rtags to the external examples. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176871 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExternalClangExamples.rst b/docs/ExternalClangExamples.rst index e52a854d36..c7fd4c51fa 100644 --- a/docs/ExternalClangExamples.rst +++ b/docs/ExternalClangExamples.rst @@ -28,6 +28,11 @@ that can help developers, generally they must have code available. List of projects and tools ========================== +``_ + "RTags is a client/server application that indexes c/c++ code and keeps + a persistent in-memory database of references, symbolnames, completions + etc." + ``_ "A C/C++ source code indexer and navigator"