This is an archive of the discontinued LLVM Phabricator instance.

[scan-build] fix warnings emitted on LLVM NVPTX code base
Needs ReviewPublic

Authored by apelete on May 5 2016, 6:34 AM.

Details

Summary

Fix logic error warnings of the type "called C++ object pointer is
null" emitted by Clang Static Analyzer on the following file:

lib/Target/NVPTX/NVPTXInstrInfo.cpp.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>

Diff Detail

Event Timeline

apelete updated this revision to Diff 56277.May 5 2016, 6:34 AM
apelete retitled this revision from to [scan-build] fix warnings emitted on LLVM NVPTX code base Fix logic error warnings of the type "called C++ object pointer is null" emitted by Clang Static Analyzer on the following file: lib/Target/NVPTX/NVPTXInstrInfo.cpp..
apelete updated this object.
apelete added reviewers: jlebar, jholewinski.
apelete added a subscriber: llvm-commits.
apelete retitled this revision from [scan-build] fix warnings emitted on LLVM NVPTX code base Fix logic error warnings of the type "called C++ object pointer is null" emitted by Clang Static Analyzer on the following file: lib/Target/NVPTX/NVPTXInstrInfo.cpp. to [scan-build] fix warnings emitted on LLVM NVPTX code base.May 5 2016, 7:46 AM
apelete updated this object.