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

Egor Zhdan via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 06:14:27 PST 2024


================
@@ -2622,6 +2641,31 @@ def SwiftPrivate : InheritableAttr {
   let SimpleHandler = 1;
 }
 
+def SwiftVersioned : Attr {
----------------
egorzhdan wrote:

Done, renamed it

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


More information about the cfe-commits mailing list