llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject
Kirstóf Umann bda3dd0d98 [analyzer][NFC] Change LangOptions to CheckerManager in the shouldRegister* functions
Some checkers may not only depend on language options but also analyzer options.
To make this possible this patch changes the parameter of the shouldRegister*
function to CheckerManager to be able to query the analyzer options when
deciding whether the checker should be registered.

Differential Revision: https://reviews.llvm.org/D75271
2020-03-27 14:34:09 +01:00
..
UninitializedObject.h [analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as primitive. 2019-05-05 19:42:33 +00:00
UninitializedObjectChecker.cpp [analyzer][NFC] Change LangOptions to CheckerManager in the shouldRegister* functions 2020-03-27 14:34:09 +01:00
UninitializedPointee.cpp [analyzer] Fix analyzer warnings on analyzer. 2019-08-28 18:44:38 +00:00