r176871 - [docs] Add rtags to the external examples.

Sean Silva silvas at purdue.edu
Tue Mar 12 09:07:31 PDT 2013


Author: silvas
Date: Tue Mar 12 11:07:31 2013
New Revision: 176871

URL: http://llvm.org/viewvc/llvm-project?rev=176871&view=rev
Log:
[docs] Add rtags to the external examples.

Modified:
    cfe/trunk/docs/ExternalClangExamples.rst

Modified: cfe/trunk/docs/ExternalClangExamples.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ExternalClangExamples.rst?rev=176871&r1=176870&r2=176871&view=diff
==============================================================================
--- cfe/trunk/docs/ExternalClangExamples.rst (original)
+++ cfe/trunk/docs/ExternalClangExamples.rst Tue Mar 12 11:07:31 2013
@@ -28,6 +28,11 @@ that can help developers, generally they
 List of projects and tools
 ==========================
 
+`<https://github.com/Andersbakken/rtags/>`_
+   "RTags is a client/server application that indexes c/c++ code and keeps
+   a persistent in-memory database of references, symbolnames, completions
+   etc."
+
 `<http://rprichard.github.com/sourceweb/>`_
    "A C/C++ source code indexer and navigator"
 





More information about the cfe-commits mailing list