r307468 - [analyzer] Fix a path in the developer manual

Gabor Horvath via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 8 01:23:52 PDT 2017


Author: xazax
Date: Sat Jul  8 01:23:52 2017
New Revision: 307468

URL: http://llvm.org/viewvc/llvm-project?rev=307468&view=rev
Log:
[analyzer] Fix a path in the developer manual

Patch by: Reka Nikolett Kovacs

Modified:
    cfe/trunk/www/analyzer/checker_dev_manual.html

Modified: cfe/trunk/www/analyzer/checker_dev_manual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/checker_dev_manual.html?rev=307468&r1=307467&r2=307468&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/checker_dev_manual.html (original)
+++ cfe/trunk/www/analyzer/checker_dev_manual.html Sat Jul  8 01:23:52 2017
@@ -279,8 +279,8 @@ void ento::registerSimpleStreamChecker(C
 }
 </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">




More information about the cfe-commits mailing list