]> granicus.if.org Git - clang/commitdiff
[docs] Add SourceWeb as external example.
authorSean Silva <silvas@purdue.edu>
Tue, 12 Mar 2013 02:11:17 +0000 (02:11 +0000)
committerSean Silva <silvas@purdue.edu>
Tue, 12 Mar 2013 02:11:17 +0000 (02:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176848 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExternalClangExamples.rst

index a7fa169b81f632900ab141f05fd3f1be6792139e..e52a854d36485a334f8794eadb40ffb30c59ec1b 100644 (file)
@@ -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``."