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

Sebastian Redl sebastian.redl at getdesigned.at
Fri Jun 26 08:12:19 PDT 2009


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



More information about the cfe-commits mailing list