Endilll wrote: > Would it make sense to add a new header (SemaUtils.h? SemaTargetUtils.h?) to move most of the exposed templated helpers to instead of Sema.h? That's what `Sema/Attr.h` does, and those helpers for attribute handling went there. https://github.com/llvm/llvm-project/pull/93966