[all-commits] [llvm/llvm-project] e2d8aa: [lldb] Re-add nullptr check to IRForTarget::Rewrit...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Mar 16 08:28:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e2d8aa6bf774ef29e134c40f886c55557bb5f970
https://github.com/llvm/llvm-project/commit/e2d8aa6bf774ef29e134c40f886c55557bb5f970
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
Log Message:
-----------
[lldb] Re-add nullptr check to IRForTarget::RewriteObjCConstString log statement
The nullptr check here was removed in 4ef50a33b12825593a82ca8ea97158b7b71b348e
when I replaced (nearly) all log->Print to LLDB_LOG calls (which automatically
check for this stuff). But it seems this one call escaped my sed call.
Currently working on a test that can cover this code path but we can revert
this until I have found one.
More information about the All-commits
mailing list