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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits