llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject
Artem Dergachev 2f169e7cdd [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Checkers are now required to specify whether they're creating a
path-sensitive report or a path-insensitive report by constructing an
object of the respective type.

This makes BugReporter more independent from the rest of the Static Analyzer
because all Analyzer-specific code is now in sub-classes.

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

llvm-svn: 371450
2019-09-09 20:34:40 +00:00
..
UninitializedObject.h [analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as primitive. 2019-05-05 19:42:33 +00:00
UninitializedObjectChecker.cpp [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports. 2019-09-09 20:34:40 +00:00
UninitializedPointee.cpp [analyzer] Fix analyzer warnings on analyzer. 2019-08-28 18:44:38 +00:00