Those nullptr checks are after we already accessed the pointer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113175
[lldb][NFC] Remove a bunch of unnecessary nullptr checks ClosedPublic Authored by teemperor on Nov 4 2021, 3:01 AM.
Details Summary Those nullptr checks are after we already accessed the pointer.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 4 2021, 3:03 AM Closed by commit rG7323d07483f2: [lldb][NFC] Remove a bunch of unnecessary nullptr checks (authored by teemperor). · Explain WhyNov 4 2021, 7:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 384746 lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
|