mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 07:39:11 +08:00
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 llvm-svn: 352279