[cfe-commits] r63004 - /cfe/trunk/include/clang/Basic/SourceManager.h

steve naroff snaroff at apple.com
Mon Feb 2 18:09:08 PST 2009


On Feb 2, 2009, at 8:28 PM, Chris Lattner wrote:

>
> On Feb 2, 2009, at 3:56 PM, steve naroff wrote:
>
>> Hey Chris,
>>
>> The commit below causes clang to be very unhappy on Windows.
>>
>> Preprocessing the simplest program (with no #includes/#imports)
>> results in the following assertion:
>>
>> Assertion failed: (X.Data & 7) == 0 &&"ContentCache pointer
>> insufficiently a
>> ed", file c:\cygwin\home\Administrator\llvm\tools\clang\include 
>> \clang/
>> Basic/
>> ceManager.h, line 146
>
> Hi Steve,
>
> Does r63588 help?
>

Looks good. I haven't done exhaustive testing, however clang basics  
are now working again.

I appreciate the quick response!

snaroff


> -Chris
>




More information about the cfe-commits mailing list