diff options
author | Piotr Fusik <piotr@fusion-lang.org> | 2023-09-19 04:02:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 04:02:04 +0200 |
commit | c724ac9330cb77d9557178fbe3893485264376d9 (patch) | |
tree | 6bc078d5b04c82fef7883d0403a6a737ed9b273f /lldb/source/Commands/CommandObjectWatchpoint.cpp | |
parent | 7db4a6f278a8b983a9ce86fa32f61ca9f9be5156 (diff) | |
download | llvm-c724ac9330cb77d9557178fbe3893485264376d9.zip llvm-c724ac9330cb77d9557178fbe3893485264376d9.tar.gz llvm-c724ac9330cb77d9557178fbe3893485264376d9.tar.bz2 |
[clang] Fix null dereference on return in lambda attribute statement expr (#66643)
clang was crashing on a lambda attribute with a statement expression
that contained a `return`.
It attempted to access the lambda type which was unknown at that point.
Fixes https://github.com/llvm/llvm-project/issues/48527
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
0 files changed, 0 insertions, 0 deletions