[all-commits] [llvm/llvm-project] 259caa: [Clang] Fix an assertion failure when checking inv...
Oleksandr T. via All-commits
all-commits at lists.llvm.org
Tue May 28 09:09:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 259caad2f75011174d39615bb0ba31955d16d498
https://github.com/llvm/llvm-project/commit/259caad2f75011174d39615bb0ba31955d16d498
Author: Oleksandr T <oleksandr.tarasiuk at outlook.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaExprCXX.cpp
A clang/test/SemaCXX/invalid-this-in-lambda.cpp
Log Message:
-----------
[Clang] Fix an assertion failure when checking invalid `this` (#93490)
Skip explicit this check in non-valid scopes due to `null` type in
lambdas with invalid captures or incomplete parameter lists during
parsing
Fixes #91536
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