[clang] [clang] Split up `SemaDeclAttr.cpp` (PR #93966)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri May 31 15:03:21 PDT 2024


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


More information about the cfe-commits mailing list