r195533 - Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
Alp Toker
alp at nuanti.com
Tue Dec 10 07:21:34 PST 2013
On 23/11/2013 01:01, Ted Kremenek wrote:
> +__attribute__((objc_supress_protocol(Protocol)))
> + at interface ClassE () @end // expected-error {{attributes may not be specified on a category}}
> +
> +__attribute__((objc_supress_protocol(Protocol)))
> + at interface ClassE (MyCat) @end // expected-error {{attributes may not be specified on a category}}
> +
Typo?
Alp.
--
http://www.nuanti.com
the browser experts
More information about the cfe-commits
mailing list