Fix logic error warnings of the type "called C++ object pointer is
null" emitted by Clang Static Analyzer on the following files:
- lib/Target/TargetRecip.cpp.
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Differential D19971
[scan-build] fix warnings emitted on LLVM TargetRecip code base apelete on May 5 2016, 6:51 AM. Authored by
Details
Fix logic error warnings of the type "called C++ object pointer is
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Diff Detail Event Timeline
|
Does msan ever diagnose this as use-of-uninitialized? Or is this only used in the codepaths where it is initialized?