skatrak wrote: > Is CaptureClauseNone/`capture_clause = none` valid? Whether it is or not, I > think the testing gap existed already
I thought it wasn't, so it was something I looked into potentially removing as well, but apparently it's used by CIR to implement support for the `local` clause of `declare_target`. From the Flang side, we don't set it because we don't currently support that clause. https://github.com/llvm/llvm-project/pull/217295 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
