[PATCH] D21240: Revise RenderScript attribute declaration
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 10 14:51:10 PDT 2016
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, thank you!
================
Comment at: include/clang/Basic/Attr.td:735
@@ -733,2 +734,3 @@
let Subjects = SubjectList<[Function]>;
let Documentation = [Undocumented];
+ let LangOpts = [RenderScript];
----------------
pirama wrote:
> This still says 'Undocumented'. I'll rebase this on top of D21212 once that is submitted (or vice versa).
That's fine by me.
http://reviews.llvm.org/D21240
More information about the cfe-commits
mailing list