[PATCH] D17821: [OpenCL] Complete image types support

Mandeep Singh Grang via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 12:02:48 PDT 2016


mgrang added a subscriber: mgrang.

================
Comment at: include/clang/AST/ASTContext.h:903
@@ +902,3 @@
+#define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix)                   \
+  CanQualType SingletonId;
+#include "clang/AST/OpenCLImageTypes.def"
----------------
remove extra spacing in front of the \


http://reviews.llvm.org/D17821





More information about the cfe-commits mailing list