diff options
author | Sean Silva <silvas@purdue.edu> | 2013-03-12 02:11:17 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-03-12 02:11:17 +0000 |
commit | 212d19a980a0ffaaff966546f67c20c2608ccbe1 (patch) | |
tree | 53115402b46a2906d3657df17a87ce5758e24af5 /docs | |
parent | 6fc9e7ad3576dcbee3028a42ef5dac931df8754c (diff) |
[docs] Add SourceWeb as external example.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ExternalClangExamples.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ExternalClangExamples.rst b/docs/ExternalClangExamples.rst index a7fa169b81..e52a854d36 100644 --- a/docs/ExternalClangExamples.rst +++ b/docs/ExternalClangExamples.rst @@ -28,6 +28,9 @@ that can help developers, generally they must have code available. List of projects and tools ========================== +`<http://rprichard.github.com/sourceweb/>`_ + "A C/C++ source code indexer and navigator" + `<https://github.com/etaoins/qconnectlint>`_ "qconnectlint is a Clang tool for statically verifying the consistency of signal and slot connections made with Qt's ``QObject::connect``." |