aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-11-07 05:40:51 +0000
committerAnna Zaks <ganna@apple.com>2011-11-07 05:40:51 +0000
commit2b73517e638e4d42f6bbbfa90171a0957bd58afd (patch)
treea9f7e6770d9751228936d571397f4c32e4acab20
parent464ef2e2dcbaf03c8a19ce116fb5e5d64bc210e8 (diff)
[analyzer] Add the Checker Developer Manual to the menu.
It's still under construction but has enough info to be useful. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143912 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 a06eb58b0e..53a4276672 100644
--- a/www/analyzer/menu.html.incl
+++ b/www/analyzer/menu.html.incl
@@ -25,6 +25,7 @@
<li>
Development
<ul>
+ <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>
</li>