]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix a path in the developer manual
authorGabor Horvath <xazax.hun@gmail.com>
Sat, 8 Jul 2017 08:23:52 +0000 (08:23 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Sat, 8 Jul 2017 08:23:52 +0000 (08:23 +0000)
Patch by: Reka Nikolett Kovacs

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307468 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/checker_dev_manual.html

index 93c98913fdc2f41a06bd807cfca43de9b2d6335e..cdc2496b99ca77a75fd89e5f65f92f8e3bdf4522 100644 (file)
@@ -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">