[all-commits] [llvm/llvm-project] 272ea2: Remove else-after-break (NFC)
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Tue May 7 13:45:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 272ea28bdec93b33527dc54edbdef8f43c51df47
https://github.com/llvm/llvm-project/commit/272ea28bdec93b33527dc54edbdef8f43c51df47
Author: Adrian Prantl <aprantl at apple.com>
Date: 2024-05-07 (Tue, 07 May 2024)
Changed paths:
M lldb/source/Expression/UserExpression.cpp
Log Message:
-----------
Remove else-after-break (NFC)
Commit: 8c4d7989c2b4a7e251afc3b13002611646de90b6
https://github.com/llvm/llvm-project/commit/8c4d7989c2b4a7e251afc3b13002611646de90b6
Author: Adrian Prantl <aprantl at apple.com>
Date: 2024-05-07 (Tue, 07 May 2024)
Changed paths:
M lldb/source/Expression/UserExpression.cpp
Log Message:
-----------
Add a missing check for nullptr
This can't happen with Clang, but I've seen a crash report from the
Swift plugin where this happened.
rdar://126564844
Compare: https://github.com/llvm/llvm-project/compare/0b50d095bccb...8c4d7989c2b4
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list