aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorcor3ntin <corentinjabot@gmail.com>2025-05-02 08:42:29 +0200
committerGitHub <noreply@github.com>2025-05-02 08:42:29 +0200
commitaea2f6f69cd256d85a0d3986c0e72181bb5247ab (patch)
treecc188b2bfb3f7c46c74f9cc3789df4085765a5d1 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent0294c3615c5dcb5eee140bd3fa9ba3c084e1836f (diff)
downloadllvm-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