]> granicus.if.org Git - clang/commit
Add an error to check that all program scope variables are in the constant address...
authorTanya Lattner <tonic@nondot.org>
Fri, 5 Apr 2013 20:14:50 +0000 (20:14 +0000)
committerTanya Lattner <tonic@nondot.org>
Fri, 5 Apr 2013 20:14:50 +0000 (20:14 +0000)
commit8aa86d1155fb99e34fd084d83da3345b1ec2b2e4
tree71dad425d0215af9c70fb9037e51327d0e017e75
parent5238e40f6ea6346b6bc1505e4975c2c4ab7fde09
Add an error to check that all program scope variables are in the constant address space in OpenCL.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178906 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/SemaOpenCL/event_t.cl
test/SemaOpenCL/storageclass.cl
unittests/AST/SourceLocationTest.cpp