diff options
| author | Zhikai Zeng <backlight.zzk@gmail.com> | 2024-06-28 22:28:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-28 22:28:20 +0800 |
| commit | a139f8480f200a673e184b1a7d1907a3e16cca56 (patch) | |
| tree | bd9586b94636f039ed2c4d91c836d757a03b9cb4 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | |
| parent | 5b89aaab00ab3fb7f7ed7c3b38da34ba25eee235 (diff) | |
[Clang][Sema] fix assertion failure about invalid conversion when calling lambda (#96431)
fixes https://github.com/llvm/llvm-project/issues/96205
The cause is that some `Conversions[ConvIdx]` here is not initialized
https://github.com/llvm/llvm-project/blob/eb76bc38ffc286e62fdb8f8d897b5de04b2575be/clang/lib/Sema/SemaOverload.cpp#L7888-L7901
and we do not check whether `Cand->Conversions[I]` is initialized or not
here.
https://github.com/llvm/llvm-project/blob/eb76bc38ffc286e62fdb8f8d897b5de04b2575be/clang/lib/Sema/SemaOverload.cpp#L12148-L12158
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions
