]> granicus.if.org Git - clang/commit
[analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions
authorKristof Umann <dkszelethus@gmail.com>
Sat, 26 Jan 2019 15:59:21 +0000 (15:59 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Sat, 26 Jan 2019 15:59:21 +0000 (15:59 +0000)
commitd080f935ce18612f028f65f6bd7c6632ded46729
tree0ccaeb406c576b5c737100b906ff3fe953ce09d7
parentd295a8dda428d1ebecf7178d23c0919c9ea42c5c
[analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions

Since pretty much all methods of CheckerRegistry has AnalyzerOptions as an
argument, it makes sense to just simply require it in it's constructor.

Differential Revision: https://reviews.llvm.org/D56988

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352279 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
include/clang/StaticAnalyzer/Frontend/FrontendActions.h
lib/FrontendTool/ExecuteCompilerInvocation.cpp
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp