================ @@ -35,6 +35,8 @@ namespace Fortran { namespace lower { namespace omp { +using ReductionModifier = omp::clause::Reduction::ReductionModifier; ---------------- skatrak wrote: Nit: I'd place this below the `#include`s. https://github.com/llvm/llvm-project/pull/123254