[all-commits] [llvm/llvm-project] 63a6e5: [Flang][OpenMP] Fix issue with empty critical or c...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Mon Nov 27 07:56:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63a6e51f8ad68a1f573b3a278486124c0ade8711
https://github.com/llvm/llvm-project/commit/63a6e51f8ad68a1f573b3a278486124c0ade8711
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/OpenMP/critical-empty.f90
Log Message:
-----------
[Flang][OpenMP] Fix issue with empty critical or critical without surrounding context (#71944)
Add the sourcerange for critical directive.
Fixes #65571
More information about the All-commits
mailing list