]> granicus.if.org Git - clang/commit
[OpenCL] Make sure we put string literals in the constant address space.
authorJoey Gouly <joey.gouly@arm.com>
Thu, 14 Nov 2013 18:26:10 +0000 (18:26 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Thu, 14 Nov 2013 18:26:10 +0000 (18:26 +0000)
commit758c4d86bb9b2298374fce5b3ca4a35f953f2d2e
treec5f886e049e56b69df48c7c8369934dcd26067c8
parent6973a27866b176b1cf4e3e3ebcf0196e101b85dd
[OpenCL] Make sure we put string literals in the constant address space.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprClassification.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaExpr.cpp
test/CodeGenOpenCL/str_literals.cl [new file with mode: 0644]
test/SemaOpenCL/str_literals.cl [new file with mode: 0644]