diff options
author | Sean Silva <silvas@purdue.edu> | 2013-03-12 16:07:31 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-03-12 16:07:31 +0000 |
commit | 4ad07bdc2cb8f48a8b7c0769dfab6916c9cfbfc3 (patch) | |
tree | 5928fe4465113337a3b925ff7890e6284ef3791c /docs | |
parent | e96bc52119479e4fd4e2e2fb49fc2b1d6c2b5488 (diff) |
[docs] Add rtags to the external examples.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ExternalClangExamples.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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 ========================== +`<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" |