[PATCH] D34102: [analyzer] Add portability package for the checkers.
Anna Zaks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 12 08:31:44 PDT 2017
zaks.anna added inline comments.
================
Comment at: include/clang/StaticAnalyzer/Checkers/Checkers.td:454
+def UnixAPIPortabilityChecker : Checker<"API">,
+ HelpText<"Finds implementation-defined behavior in UNIX/Posix functions">,
+ DescFile<"UnixAPIChecker.cpp">;
----------------
Does this need to be in unix?
https://reviews.llvm.org/D34102
More information about the cfe-commits
mailing list