[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)
llvm-svn: 176848

clang/docs/ExternalClangExamples.rst

index a7fa169..e52a854 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``."