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 | 983caaacbbdc7094d09f92d8246c0151ec75a5af (patch) | |
tree | c40dbcf04f18bc6896184122955216072c1beeb3 /clang/docs/ExternalClangExamples.rst | |
parent | 969d30c0875459fb50aa21e157c2fb65420981f4 (diff) | |
download | bcm5719-llvm-983caaacbbdc7094d09f92d8246c0151ec75a5af.tar.gz bcm5719-llvm-983caaacbbdc7094d09f92d8246c0151ec75a5af.zip |
[docs] Add rtags to the external examples.
llvm-svn: 176871
Diffstat (limited to 'clang/docs/ExternalClangExamples.rst')
-rw-r--r-- | clang/docs/ExternalClangExamples.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst index e52a854d364..c7fd4c51faa 100644 --- a/clang/docs/ExternalClangExamples.rst +++ b/clang/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" |