diff options
author | Younan Zhang <zyn7109@gmail.com> | 2025-01-21 14:16:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-21 14:16:17 +0800 |
commit | f07e5162d0e67ec980e0ea282cf294f377407b10 (patch) | |
tree | 22a13be1969bcc3b787b82802662193944f8260c /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5cde6d2fdf1e2ededf10ac0a30187c3359a93828 (diff) | |
download | llvm-f07e5162d0e67ec980e0ea282cf294f377407b10.zip llvm-f07e5162d0e67ec980e0ea282cf294f377407b10.tar.gz llvm-f07e5162d0e67ec980e0ea282cf294f377407b10.tar.bz2 |
[Clang] Delegate part of SetupConstraintScope's job to LambdaScopeForCallOperatorInstantiationRAII (#123687)
Now that the RAII object has a dedicate logic for handling nested
lambdas, where the inner lambda could reference any
captures/variables/parameters from the outer lambda, we can shift the
responsibility for managing lambdas away from SetupConstraintScope().
I think this also makes the structure clearer.
Fixes https://github.com/llvm/llvm-project/issues/123441
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions