[cfe-commits] r74224 - in /cfe/trunk: include/clang/Basic/TokenKinds.def lib/Basic/IdentifierTable.cpp

Nate Begeman natebegeman at mac.com
Sat Jun 27 14:35:11 PDT 2009


On Jun 26, 2009, at 10:12 AM, Sebastian Redl wrote:

> Nate Begeman wrote:
>> 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.
>>
> Don't forget to update the pretty printer's decision to use "bool" vs
> "_Bool" for that.
>
> Sebastian

Thanks, I'll add it to my to-do list.



More information about the cfe-commits mailing list