================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to