]> granicus.if.org Git - clang/commit
Add a RenderScript language type
authorPirama Arumuga Nainar <pirama@google.com>
Thu, 9 Jun 2016 21:57:40 +0000 (21:57 +0000)
committerPirama Arumuga Nainar <pirama@google.com>
Thu, 9 Jun 2016 21:57:40 +0000 (21:57 +0000)
commiteb6a2acb17dc88f80e07e356e19f51dec9227e79
treec81499478c551994b2acdaa5df687f9da7be5dcf
parent2c670e15754b7b27f2633a52fee0eec439105409
Add a RenderScript language type

Summary:
Add RenderScript language type and associate it with ".rs" extensions.
Test that the driver passes "-x renderscript" to the frontend for ".rs"
files.

(Also add '.rs' to the list of suffixes tested by lit).

Reviewers: rsmith

Subscribers: cfe-commits, srhines

Differential Revision: http://reviews.llvm.org/D21199

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272317 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Types.def
lib/Driver/Types.cpp
test/Driver/lit.local.cfg
test/Driver/renderscript.rs [new file with mode: 0644]
test/lit.cfg