[flang-commits] [flang] [flang][OpenMP] Identify affected loops, provide reason (PR #185299)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Mar 12 08:19:08 PDT 2026


================
@@ -109,20 +112,64 @@ bool IsPointerAssignment(const evaluate::Assignment &x);
 
 MaybeExpr MakeEvaluateExpr(const parser::OmpStylizedInstance &inp);
 
+// A representation of a "because" message. The `text` member is a formatted
+// message (i.e. without any printf-like formatting characters like %d, etc).
+// `source` is the location to which the "because" message will refer.
----------------
kparzysz wrote:

Done

https://github.com/llvm/llvm-project/pull/185299


More information about the flang-commits mailing list