[cfe-commits] r74224 - in /cfe/trunk: include/clang/Basic/TokenKinds.def lib/Basic/IdentifierTable.cpp
Nate Begeman
natebegeman at mac.com
Thu Jun 25 17:14:51 PDT 2009
On Jun 25, 2009, at 5:11 PM, Chris Lattner wrote:
>
> On Jun 25, 2009, at 4:25 PM, Nate Begeman wrote:
>
>> Author: sampo
>> Date: Thu Jun 25 18:25:15 2009
>> New Revision: 74224
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=74224&view=rev
>> Log:
>> OpenCL 1.0 Support: support "bool, true, false" tokens when
>> compiling for OpenCL
>
> Hey Nate,
>
> Would it make sense to just add a new LangOpts.Bool flag, which gets
> enabled by both OpenCL and C++?
Sure, I'll change it in the next couple patches.
Nate
More information about the cfe-commits
mailing list