aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-10-06 05:11:15 +0000
committerTed Kremenek <kremenek@apple.com>2012-10-06 05:11:15 +0000
commite3af20d2e8c99369528c69cfa437b175ac2d129d (patch)
tree156abcef6764e316766f5c4a84464f85c2ef44d3
parent41c1c717cf7de6f8f54f6504fe2f6556e9184d0b (diff)
Add link to potential future checkers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165360 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/analyzer/menu.html.incl1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/analyzer/menu.html.incl b/www/analyzer/menu.html.incl
index d1581a6e85..72160e6999 100644
--- a/www/analyzer/menu.html.incl
+++ b/www/analyzer/menu.html.incl
@@ -26,6 +26,7 @@
<li>
Development
<ul>
+ <li><a href="/potential_checkers.html">Potential Future Checkers</a></li>
<li><a href="/checker_dev_manual.html">Checker Developer Manual</a></li>
<li><a href="/dev_cxx.html">Analysis Support for C++</a></li>
</ul>