[flang-commits] [flang] [flang][OpenMP][OpenACC] Use iterator_range in check-directive-struct… (PR #115872)
Erich Keane via flang-commits
flang-commits at lists.llvm.org
Tue Nov 12 07:07:36 PST 2024
https://github.com/erichkeane commented:
I don't have a problem with this, plus it isn't really my area of the code. That said, I find myself wondering why `.equal_range` is using a `pair` rather than an iterator range itself?
Also as a nit, we are supposed to use camelCase for function names.
https://github.com/llvm/llvm-project/pull/115872
More information about the flang-commits
mailing list