[all-commits] [llvm/llvm-project] d99856: [flang][OpenMP] Change return type of Enter from b...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Mon May 18 06:37:13 PDT 2026
Branch: refs/heads/users/kparzysz/enter-is-void
Home: https://github.com/llvm/llvm-project
Commit: d99856ca5560da29e131c50fcca2ba88141ac163
https://github.com/llvm/llvm-project/commit/d99856ca5560da29e131c50fcca2ba88141ac163
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-05-18 (Mon, 18 May 2026)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
Log Message:
-----------
[flang][OpenMP] Change return type of Enter from bool to void, NFC
Some of the overloads of the "Enter" functions in OmpStructureChecker
are declared with bool as the return type. The actual return type of
Enter is void, and if there is any value returned, it will be ignored.
Change the return type to void for the several functions that return
bool.
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