rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

Please make sure that any relevant parts of our documentation are also updated. 
Given how small and self-contained this is, that we have a reasonable 
expectation of good support and maintainership, and that it's a reasonably 
well-established language variant, I don't have any problem with it living in 
upstream clang.


================
Comment at: include/clang/Frontend/FrontendOptions.h:77-79
@@ -76,4 +76,5 @@
   IK_PreprocessedCuda,
   IK_AST,
-  IK_LLVM_IR
+  IK_LLVM_IR,
+  IK_RenderScript
 };
----------------
Please reorder this before `IK_AST`, so that we keep the source languages 
before the somewhat-more clang-internal things.


http://reviews.llvm.org/D21198



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

Reply via email to