[clang] [clang] Split up `SemaDeclAttr.cpp` (PR #93966)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Fri May 31 09:38:48 PDT 2024
================
@@ -3825,6 +3843,115 @@ class Sema final : public SemaBase {
void redelayDiagnostics(sema::DelayedDiagnosticPool &pool);
+ /// Diagnose mutually exclusive attributes when present on a given
----------------
Endilll wrote:
Making functions accept reference to `SemaBase` is novel, but seem to work fine without negative consequences. I moved the whole block to `Sema/Attr.h`.
https://github.com/llvm/llvm-project/pull/93966
More information about the cfe-commits
mailing list