[all-commits] [llvm/llvm-project] 3246c4: [OpenMP][Clang] Enable inscan modifier for generic...
Animesh Kumar via All-commits
all-commits at lists.llvm.org
Wed Feb 28 22:25:02 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3246c44789546fa926784911e349202d8fd8e33b
https://github.com/llvm/llvm-project/commit/3246c44789546fa926784911e349202d8fd8e33b
Author: Animesh Kumar <108114634+animeshk-amd at users.noreply.github.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/scan_ast_print.cpp
Log Message:
-----------
[OpenMP][Clang] Enable inscan modifier for generic datatypes (#82220)
This patch fixes the #67002 ([OpenMP][Clang] Scan Directive not
supported for Generic types). It disables the Sema checks/analysis that
are run on the helper arrays which go into the implementation of the
`omp scan` directive until the template instantiation happens.
Grateful to @alexey-bataev for suggesting these changes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list