Re: [Patch] OpenMP: Improve interface comment for the omp_deep_mapping lang hooks
Sandra Loosemore <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 5/13/26 04:44, Tobias Burnus wrote: > Sandra rightly complained that the those lang hooks – both the stub and > the real implementation - have a rather suboptimal comment. > > This patch improves at least the documentation of the hooks. > > Comments, remarks, suggestions? Thanks! This is at least an incremental improvement. We have PR128028 open for general issues with the lack of function comments in the Fortran front end. I think it would be a Good Thing if the Fortran reviewers paid more attention to this and rejected patches lacking such comments, especially for interfaces between different phases of front-end processing or between the front-end and other parts of the compiler. Such documentation makes the code more understandable and maintainable. :-) -Sandra