[PATCH] D20447: [OpenCL] Fixup extension list

Jan Vesely via cfe-commits cfe-commits at lists.llvm.org
Fri May 27 12:17:57 PDT 2016


jvesely marked 7 inline comments as done.

================
Comment at: test/SemaOpenCL/extension-version.cl:12
@@ +11,3 @@
+#ifndef cl_clang_storage_class_specifiers
+#error "Missing cl_clang_storage_class_specifiers define"
+#endif
----------------
arsenm wrote:
> When the AMD compiler added these warnings a long time ago I found them obnoxious and required adding more complicated ifdef combinations to silence them
moved to D20744


Repository:
  rL LLVM

http://reviews.llvm.org/D20447





More information about the cfe-commits mailing list