ahatanak wrote: Yes, we already did this for strings.
AFAIK, there isn't an equivalent of CFSTR for CFArray, etc. CFSTR expands to a call to `__builtin___CFStringMakeConstantString`, but there are no builtins for them. https://github.com/llvm/llvm-project/pull/185130 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
