]> granicus.if.org Git - clang/commit
[OpenCL] Fix pipe size in TypeInfo.
authorAnastasia Stulova <anastasia.stulova@arm.com>
Mon, 5 Jun 2017 11:27:03 +0000 (11:27 +0000)
committerAnastasia Stulova <anastasia.stulova@arm.com>
Mon, 5 Jun 2017 11:27:03 +0000 (11:27 +0000)
commitd5e54601f1177956d8206c08b1c8d7d5fd8e2407
tree91cf6879c29142de5630e86609306acd8d1bf7d3
parent7c78710146c10e25cd149914210013905d70d6d6
[OpenCL] Fix pipe size in TypeInfo.

Pipes are now the size of pointers rather than the size
of the type that they contain.

Patch by Simon Perretta!

Differential Revision: https://reviews.llvm.org/D33597

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304708 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
test/Index/pipe-size.cl [new file with mode: 0644]