]> granicus.if.org Git - clang/commit
Do not expand the opencl pragma names. This is so you can also have a define named...
authorTanya Lattner <tonic@nondot.org>
Thu, 14 Apr 2011 23:35:31 +0000 (23:35 +0000)
committerTanya Lattner <tonic@nondot.org>
Thu, 14 Apr 2011 23:35:31 +0000 (23:35 +0000)
commitb38b6a77ab946ed331f06f6028963d781bac7431
treed1224fceb350c7ae427156b5e97c39455559107c
parent87f106462ce49a4a9b812b9de92aadd4e54567bd
Do not expand the opencl pragma names. This is so you can also have a define named the samed as the pragma and they do not interfere (ie. cl_khr_fp64).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129549 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParsePragma.cpp