swiftlang / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.12k stars 331 forks source link

Cherry-pick: [Clang] SemaFunctionEffects: Fix bug where lambdas produced by template expansion weren't verified. (#116505) #9625

Closed dougsonos closed 3 days ago

dougsonos commented 4 days ago

Cherry pick: commit 5df848e04f6b1bd6fe82babf5a3acc06c0034729 Author: Doug Wyatt doug@sonosphere.com Date: Mon Nov 18 16:04:10 2024 -0800

[Clang] SemaFunctionEffects: Fix bug where lambdas produced by template expansion weren't verified. (#116505)

---------

Co-authored-by: Doug Wyatt <dwyatt@apple.com>

dougsonos commented 4 days ago

@swift-ci test