================
@@ -2697,6 +2698,70 @@ static void handleAvailabilityAttr(Sema &S, Decl *D, 
const ParsedAttr &AL) {
     }
   }
 
+  // Handle anyAppleOS specially: create implicit platform-specific attributes
----------------
tshortli wrote:

Is creating implicit platform-specific attributes the same approach that is 
taken for other inference relationships like `maccatalyst` inheriting from 
`ios`? I would assume this would be designed the same way as for those existing 
inferences.

https://github.com/llvm/llvm-project/pull/181953
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to