[flang-commits] [flang] [Flang][OpenMP] Add Semantics support for Nested OpenMPLoopConstructs (PR #145917)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri Jun 27 06:24:11 PDT 2025
tblah wrote:
I don't know of a way to generate proper diagnostic messages after semantics. Obviously we can print to stderr and stop the compiler but we loose all of the usual formatting and printing of source code in standard error messages. I think this needs to be done in flang semantics if at all possible (possibly using utilities shared with other places).
https://github.com/llvm/llvm-project/pull/145917
More information about the flang-commits
mailing list