[flang-commits] [flang] b1d206b - [flang][OpenMP] Account for GenericExprWrapper being null (#186416)
via flang-commits
flang-commits at lists.llvm.org
Fri Mar 13 08:48:37 PDT 2026
Author: Krzysztof Parzyszek
Date: 2026-03-13T10:48:31-05:00
New Revision: b1d206baf75469171f8f295696ff76df34628f60
URL: https://github.com/llvm/llvm-project/commit/b1d206baf75469171f8f295696ff76df34628f60
DIFF: https://github.com/llvm/llvm-project/commit/b1d206baf75469171f8f295696ff76df34628f60.diff
LOG: [flang][OpenMP] Account for GenericExprWrapper being null (#186416)
When getting a MaybeExpr from parser::Expr, take into account that the
GeneticExprWrapper (that wraps MaybeExpr) may itself be null.
Added:
Modified:
flang/lib/Semantics/openmp-utils.cpp
Removed:
################################################################################Not Found
More information about the flang-commits
mailing list