[PATCH] D21212: Add documentation for RenderScript changes

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 10 07:45:58 PDT 2016


aaron.ballman added inline comments.

================
Comment at: include/clang/Basic/AttrDocs.td:2440
@@ +2439,3 @@
+  let Content = [{
+``__attribute__((kernel))`` is used to mark a ``kernel`` function in RenderScript_.  See the RenderScript_ documentation for more information.
+
----------------
A little bit more information would be appreciated. I know you link to the RenderScript documentation, but there should be at least enough information here so that a reader has an idea what a kernel function is for render script.


http://reviews.llvm.org/D21212





More information about the cfe-commits mailing list