[PATCH] D27049: [OpenCL] Refactor out ReadPipe/WritePipe

Joey Gouly via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 07:39:10 PST 2016


joey created this revision.
joey added reviewers: yaron.keren, bader.
joey added a subscriber: cfe-commits.
joey set the repository for this revision to rL LLVM.
Herald added a subscriber: yaxunl.

This patch to keep the pipe access qualifier inside PipeType itself looks cleaner overall than my previous approach.

Yaron had a post-commit comment, which lead me to re-think the original code.


Repository:
  rL LLVM

https://reviews.llvm.org/D27049

Files:
  include/clang/AST/ASTContext.h
  include/clang/AST/Type.h
  include/clang/Serialization/ASTBitCodes.h
  lib/AST/ASTContext.cpp
  lib/Serialization/ASTReader.cpp
  lib/Serialization/ASTWriter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27049.79079.patch
Type: text/x-patch
Size: 8134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161123/04e6446f/attachment-0001.bin>


More information about the cfe-commits mailing list