This is an archive of the discontinued LLVM Phabricator instance.

[scan-build] fix warnings emitted on Clang Frontend code base
Needs ReviewPublic

Authored by apelete on May 5 2016, 3:53 AM.

Details

Reviewers
akyrtzi
rsmith
Summary

Fix "Logic error" warnings of the type "Called C++ object pointer is
null" reported by Clang Static Analyzer on the following file:

lib/Frontend/CompilerInstance.cpp.

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

Diff Detail

Event Timeline

apelete updated this revision to Diff 56260.May 5 2016, 3:53 AM
apelete retitled this revision from to [scan-build] fix warnings emitted on Clang Frontend code base Fix "Logic error" warnings of the type "Called C++ object pointer is null" reported by Clang Static Analyzer on the following file: lib/Frontend/CompilerInstance.cpp..
apelete updated this object.
apelete added reviewers: akyrtzi, rsmith.
apelete added a subscriber: cfe-commits.
apelete retitled this revision from [scan-build] fix warnings emitted on Clang Frontend code base Fix "Logic error" warnings of the type "Called C++ object pointer is null" reported by Clang Static Analyzer on the following file: lib/Frontend/CompilerInstance.cpp. to [scan-build] fix warnings emitted on Clang Frontend code base.May 5 2016, 3:54 AM
apelete updated this object.