[clang] [APINotes] Upstream Sema logic to apply API Notes to decls (PR #73017)

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 08:31:37 PST 2024


================
@@ -2601,6 +2604,22 @@ def SwiftError : InheritableAttr {
   let Documentation = [SwiftErrorDocs];
 }
 
+def SwiftImportAsNonGeneric : InheritableAttr {
----------------
compnerd wrote:

Ah, okay.

https://github.com/llvm/llvm-project/pull/73017


More information about the cfe-commits mailing list