diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-12-21 22:40:52 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-12-21 22:51:35 +0100 |
commit | f9f49d3594bc7584cc5cb96125ca08f2ad97662c (patch) | |
tree | 9055539f626cc2ce798d895434b6092a9123cf3e /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | bf03e17c570171c7a52117fe63ace89d58f328d5 (diff) | |
download | llvm-f9f49d3594bc7584cc5cb96125ca08f2ad97662c.zip llvm-f9f49d3594bc7584cc5cb96125ca08f2ad97662c.tar.gz llvm-f9f49d3594bc7584cc5cb96125ca08f2ad97662c.tar.bz2 |
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove dead nullptr checks
ClangASTContext::getASTContext() currently returns a ptr but we have an assert there since a
while that the ASTContext is not a nullptr. This causes that we still have a lot of code
that is doing nullptr checks on the result of getASTContext() which is all unreachable code.
This patch changes the return value to a reference to make it clear this can't be a nullptr
and deletes all the nullptr checks.
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions