[all-commits] [llvm/llvm-project] d227c8: Add missing nullptr check.
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Tue Sep 5 09:49:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d227c8a1200081fdab14e93165927787544c5f12
https://github.com/llvm/llvm-project/commit/d227c8a1200081fdab14e93165927787544c5f12
Author: Adrian Prantl <aprantl at apple.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M lldb/source/Expression/UserExpression.cpp
Log Message:
-----------
Add missing nullptr check.
While it's the plugin's moral duty to also set the error, this code
can't depend on that.
More information about the All-commits
mailing list