[PATCH] D20447: [OpenCL] Fixup extension list

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Fri May 27 10:56:43 PDT 2016


arsenm added a subscriber: arsenm.

================
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
----------------
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


Repository:
  rL LLVM

http://reviews.llvm.org/D20447





More information about the cfe-commits mailing list