This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG890f11d60fef: [Clang] Realize generic lambda call operators
are dependent sooner (authored by cor3ntin).
Changed prior to commit:
https://reviews.
cor3ntin updated this revision to Diff 555375.
cor3ntin added a comment.
Fix tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159358/new/
https://reviews.llvm.org/D159358
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Sema/Sema.h
cor3ntin updated this revision to Diff 555374.
cor3ntin added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159358/new/
https://reviews.llvm.org/D159358
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Sema/Sema.h
cla
erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.
This is great! Probably worth the cherry pick to Clang17 as well!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159358/new/
https://revi
cor3ntin created this revision.
Herald added a project: All.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
When parsing a trailing return type / noexcept / constraint
of a generic lambda, we need to know that we are in a dependen