[PATCH] D34102: [analyzer] Add portability package for the checkers.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 12 06:24:26 PDT 2017


NoQ added inline comments.


================
Comment at: include/clang/StaticAnalyzer/Checkers/Checkers.td:425
 
-def UnixAPIChecker : Checker<"API">,
+def UnixAPIMisuseChecker : Checker<"API">,
   HelpText<"Check calls to various UNIX/Posix functions">,
----------------
This rename is user-invisible and handy because it allows macros for `registerChecker` to work uniformly.


https://reviews.llvm.org/D34102





More information about the cfe-commits mailing list