[PATCH] D14441: [OpenCL] Pipe types support.

Pekka Jääskeläinen via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 12 11:49:56 PST 2015


pekka.jaaskelainen accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: include/clang/Serialization/ASTBitCodes.h:911
@@ +910,3 @@
+      TYPE_ADJUSTED              = 42,
+      /// \brief An PipeType record.
+      TYPE_PIPE                  = 43
----------------
Sorry. I meant 'A PipeType' instead of 'An PipeType' :)


http://reviews.llvm.org/D14441





More information about the cfe-commits mailing list