summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/renderscript.rs
Commit message (Collapse)AuthorAgeFilesLines
* Revise RenderScript attribute declarationPirama Arumuga Nainar2016-06-101-3/+7
| | | | | | | | | | | | | | | | Summary: Address post-patch comments to r272342. - Rename the 'kernel' attribute's name - Idiomatically restrict the attribute to the 'RenderScript' LangOpt. Reviewers: aaron.ballman, rsmith Subscribers: cfe-commits, srhines Differential Revision: http://reviews.llvm.org/D21240 llvm-svn: 272438
* RenderScript support in the FrontendPirama Arumuga Nainar2016-06-091-0/+20
Summary: Create a new Frontend LangOpt to specify the renderscript language. It is enabled by the "-x renderscript" option from the driver. Add a "kernel" function attribute only for RenderScript (an "ignored attribute" warning is generated otherwise). Make the NativeHalfType and NativeHalfArgsAndReturns LangOpts be implied by the RenderScript LangOpt. Reviewers: rsmith Subscribers: cfe-commits, srhines Differential Revision: http://reviews.llvm.org/D21198 llvm-svn: 272342
OpenPOWER on IntegriCloud