aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Horvath <xazax.hun@gmail.com>2017-07-08 08:23:52 +0000
committerGabor Horvath <xazax.hun@gmail.com>2017-07-08 08:23:52 +0000
commite1e45e872fe06f853a7d717c7fe92eee9d0c856c (patch)
treeb93cfc45a6e243881ce1680777685247c1099473
parentbd8aa3a7c974c9404a21faf306aad785cf0a7549 (diff)
[analyzer] Fix a path in the developer manual
Patch by: Reka Nikolett Kovacs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307468 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/analyzer/checker_dev_manual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/analyzer/checker_dev_manual.html b/www/analyzer/checker_dev_manual.html
index 93c98913fd..cdc2496b99 100644
--- a/www/analyzer/checker_dev_manual.html
+++ b/www/analyzer/checker_dev_manual.html
@@ -279,8 +279,8 @@ void ento::registerSimpleStreamChecker(CheckerManager &amp;mgr) {
}
</pre>
<li>A package was selected for the checker and the checker was defined in the
-table of checkers at <tt>lib/StaticAnalyzer/Checkers/Checkers.td</tt>. Since all
-checkers should first be developed as "alpha", and the SimpleStreamChecker
+table of checkers at <tt>include/clang/StaticAnalyzer/Checkers/Checkers.td</tt>.
+Since all checkers should first be developed as "alpha", and the SimpleStreamChecker
performs UNIX API checks, the correct package is "alpha.unix", and the following
was added to the corresponding <tt>UnixAlpha</tt> section of <tt>Checkers.td</tt>:
<pre class="code_example">