craig.topper added inline comments.

================
Comment at: include/clang/Basic/Attr.td:1949
+  let Args = [UnsignedArgument<"VectorWidth">];
+  let Subjects = SubjectList<[Function], ErrorDiag>;
+  let Documentation = [Undocumented];
----------------
aaron.ballman wrote:
> Should this apply to Objective-C methods? What about other function-like 
> interfaces such as function pointers?
I think maybe it should apply to objective-C. but I"m not sure because it 
doesn't look like the target attribute applies there?


https://reviews.llvm.org/D48617



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to