This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9b220eb86f [analyzer] Supply all checkers with a shouldRegister function new d295a8dda4 [analyzer] Split unix.API up to UnixAPIMisuseChecker and Uni [...] new d080f935ce [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../StaticAnalyzer/Frontend/CheckerRegistry.h | 12 +- .../StaticAnalyzer/Frontend/FrontendActions.h | 9 +- lib/FrontendTool/ExecuteCompilerInvocation.cpp | 7 +- lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp | 229 ++++++++++++--------- .../Frontend/CheckerRegistration.cpp | 13 +- lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 23 +-- .../Inputs/expected-plists/unix-fns.c.plist | 36 ++-- 7 files changed, 180 insertions(+), 149 deletions(-)