[all-commits] [llvm/llvm-project] 7323d0: [lldb][NFC] Remove a bunch of unnecessary nullptr ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Nov 4 07:21:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7323d07483f201b2d73009deef45d2eff4dcd856
https://github.com/llvm/llvm-project/commit/7323d07483f201b2d73009deef45d2eff4dcd856
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
[lldb][NFC] Remove a bunch of unnecessary nullptr checks
Those nullptr checks are after we already accessed the pointer.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D113175
More information about the All-commits
mailing list