diff options
author | cor3ntin <corentinjabot@gmail.com> | 2025-05-02 08:42:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 08:42:29 +0200 |
commit | aea2f6f69cd256d85a0d3986c0e72181bb5247ab (patch) | |
tree | cc188b2bfb3f7c46c74f9cc3789df4085765a5d1 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 0294c3615c5dcb5eee140bd3fa9ba3c084e1836f (diff) | |
download | llvm-aea2f6f69cd256d85a0d3986c0e72181bb5247ab.zip llvm-aea2f6f69cd256d85a0d3986c0e72181bb5247ab.tar.gz llvm-aea2f6f69cd256d85a0d3986c0e72181bb5247ab.tar.bz2 |
[Clang] incorrect assertion when checking template template parameter of a lambda (#138121)
When a lambda is used in an alias declaration, we were trying to refer
to its call operator. However, that could happen before (or during) the
call operator is defined.
So we should not assume a lambda always has a call operator.
Fixes #136432
Fixes #137014
Fixes #138018
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions