[cfe-dev] TOT broken in release build (issue in AST/TemplateBase.h)

John McCall rjmccall at apple.com
Thu Oct 29 09:43:25 PDT 2009


Douglas Gregor wrote:
> On Oct 29, 2009, at 3:25 AM, Jean-Daniel Dupas wrote:
>
>   
>> The 85500 commit causes build error the build when NDEBUG is not
>> defined.
>> This is due to an issue in AST/TemplateBase.h
>>
>> The Kind enum is declared conditionally, but used in many places:
>>
>> #ifndef NDEBUG
>>   enum Kind {
>>     K_None,
>>     K_DeclaratorInfo,
>>     K_Expression
>>   } Kind;
>> #endif
>>     
>
> Fixed in r85509; thanks for noticing this!
>   

Sorry about that!  I knew I should've kicked off a release build before 
going to bed.

John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091029/d10b17d0/attachment.html>


More information about the cfe-dev mailing list