[PATCH] D17821: [OpenCL] Complete image types support
Alexey Bader via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 5 09:11:53 PDT 2016
bader added inline comments.
================
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"
----------------
mgrang wrote:
> remove extra spacing in front of the \
Sorry for delay...
I used clang-format tool to format that code. I expect it to be in agreement with LLVM coding style guide.
Did I miss something or it's clang-format bug?
http://reviews.llvm.org/D17821
More information about the cfe-commits
mailing list