On Sep 9, 2014, at 4:46 PM, jahanian <[email protected]> wrote: > > On Sep 9, 2014, at 4:41 PM, Nico Weber <[email protected]> wrote: > >> Rather than hardcoding all these symbol names in the compiler >> (CFStringCreateWithFormatAndArguments etc), maybe it'd be nicer to provide >> an attribute that has this effect and then make the declarations of these >> functions use the new attribute?
I did this for existing __attribute__((format(CF/NSString, ...))). In r217619. - Fariborz > > This is specific to how they want to use it without changing their code. > Chaging the SDKs is not an option for them. > But it is something to keep in mind if we find such diagnostics useful in > other situations. > > - Fariborz > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
