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

Mike Stump mrs at apple.com
Wed Oct 15 16:49:20 PDT 2008


On Oct 15, 2008, at 3:43 PM, steve naroff wrote:
> This "problem" only shows up when clang parses the preprocessed file.

Just in case someone wants to fix this, gcc solves this problem by  
adding numbers to the ends of # lines to keep track of which files are  
system-headers or not.  These conspire together to make the .i files  
work in this case.

> It works fine when parsing the original source.



More information about the cfe-dev mailing list