[flang-commits] [flang] [flang][OpenMP][OpenACC] Use iterator_range in check-directive-struct… (PR #115872)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Tue Nov 12 07:14:54 PST 2024
kparzysz wrote:
> 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?
It's a member function of `std::multimap`.
> Also as a nit, we are supposed to use camelCase for function names.
Flang uses different conventions, I'm just keeping it in sync with other functions in this file...
https://github.com/llvm/llvm-project/pull/115872
More information about the flang-commits
mailing list