Patch by Pedro Ferreira.
This patch was reviewed here: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20150629/thread.html#131992, but wasn't submitted into the tree.
Rebased to rev. 247586.
Paths
| Differential D12855
[OpenCL] Add new types for OpenCL 2.0. ClosedPublic Authored by bader on Sep 14 2015, 11:36 AM.
Details Summary Patch by Pedro Ferreira. This patch was reviewed here: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20150629/thread.html#131992, but wasn't submitted into the tree.
Diff Detail
Event Timelinebader updated this object. pekka.jaaskelainen edited edge metadata. Comment ActionsThe patch seems straightforward enough. BTW does someone know if anyone has worked on the 'pipe' qualifier?
This revision is now accepted and ready to land.Sep 14 2015, 10:47 PM Comment Actions
I'm currently supporting Intel's implementation of 'pipe' qualifier and I'd like to contribute this implementation to the community if there is any interest.
Comment Actions We are interested in the pipe. I don't think it makes sense to increase the patch size by running the stylifier. Perhaps in an additional patch after this? Closed by commit rL247676: [OpenCL] Add new types for OpenCL 2.0. (authored by bader). · Explain WhySep 15 2015, 4:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34796 cfe/trunk/include/clang/AST/ASTContext.h
cfe/trunk/include/clang/AST/BuiltinTypes.def
cfe/trunk/include/clang/AST/Type.h
cfe/trunk/include/clang/Basic/OpenCLExtensions.def
cfe/trunk/include/clang/Serialization/ASTBitCodes.h
cfe/trunk/lib/AST/ASTContext.cpp
cfe/trunk/lib/AST/ItaniumMangle.cpp
cfe/trunk/lib/AST/MicrosoftMangle.cpp
cfe/trunk/lib/AST/NSAPI.cpp
cfe/trunk/lib/AST/Type.cpp
cfe/trunk/lib/AST/TypeLoc.cpp
cfe/trunk/lib/CodeGen/CGDebugInfo.h
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
cfe/trunk/lib/CodeGen/CGOpenCLRuntime.cpp
cfe/trunk/lib/CodeGen/CodeGenTypes.cpp
cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp
cfe/trunk/lib/Index/USRGeneration.cpp
cfe/trunk/lib/Sema/Sema.cpp
cfe/trunk/lib/Sema/SemaType.cpp
cfe/trunk/lib/Serialization/ASTCommon.cpp
cfe/trunk/lib/Serialization/ASTReader.cpp
cfe/trunk/test/PCH/ocl_types.h
cfe/trunk/tools/libclang/CIndex.cpp
|