diff options
| author | Shilei Tian <i@tianshilei.me> | 2023-01-16 22:34:14 -0500 |
|---|---|---|
| committer | Shilei Tian <i@tianshilei.me> | 2023-01-16 22:35:05 -0500 |
| commit | ae53c7f4a21104e2eb84139f3ce4c468e2632590 (patch) | |
| tree | 2cc4c600b7468e1fb45ab54ec98e64ce001f5c90 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 61fa12d0c78b5624914b8bd7937eba03f8973434 (diff) | |
[Clang][OpenMP] Fix the issue that a functor is not captured properly in a task region
This patch fixes the issue that a functor is not captured properly if
that is used in a task region. It was introduced by https://reviews.llvm.org/D114546
where `CallExpr` is treated specially, but the callee itself is not properly visited.
https://reviews.llvm.org/D115902 already did some fix for one case. This patch
fixes another case.
Fix #57757.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D141873
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
