From e1e45e872fe06f853a7d717c7fe92eee9d0c856c Mon Sep 17 00:00:00 2001 From: Gabor Horvath Date: Sat, 8 Jul 2017 08:23:52 +0000 Subject: [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 --- www/analyzer/checker_dev_manual.html | 4 ++-- 1 file 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 &mgr) { }
  • A package was selected for the checker and the checker was defined in the -table of checkers at lib/StaticAnalyzer/Checkers/Checkers.td. Since all -checkers should first be developed as "alpha", and the SimpleStreamChecker +table of checkers at include/clang/StaticAnalyzer/Checkers/Checkers.td. +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 UnixAlpha section of Checkers.td:
    -- 
    cgit v1.2.3