[cfe-dev] SemaCXX/SemaObjCXX test failures...

Chris Lattner clattner at apple.com
Wed Oct 15 16:47:53 PDT 2008


On Oct 15, 2008, at 3:43 PM, steve naroff wrote:
>> Is this a problem of clang ?
>
> This "problem" only shows up when clang parses the preprocessed  
> file. It works fine when parsing the original source.
>
> Here is a comment I added to Sema::MergeTypeDefDecl awhile ago:
>

Technically speaking, this is a preprocessor/sourcelocation bug,  
something that's been on my todo list for a long time.  The issue is  
that we don't track the system header bit specified by #line directives.

-Chris



More information about the cfe-dev mailing list