<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>Excellent, thanks!</span></div><div><br></div><div style="font-size: 10pt; font-family: arial, helvetica, sans-serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Nico Weber <thakis@chromium.org><br><b><span style="font-weight: bold;">To:</span></b> Don Williamson <don.williamson@yahoo.com><br><b><span style="font-weight: bold;">Cc:</span></b> cfe-dev <cfe-dev@cs.uiuc.edu><br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, September 15, 2011 5:26 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [cfe-dev] Disabling Lexer warnings<br></font><br>Can you include the DirectX headers with -isystem? Clang doesn't print<br>warnings for system
 headers.<br><br>Nico<br><br>On Thu, Sep 15, 2011 at 4:00 AM, Don Williamson<br><<a ymailto="mailto:don.williamson@yahoo.com" href="mailto:don.williamson@yahoo.com">don.williamson@yahoo.com</a>> wrote:<br>> Hi,<br>><br>> when compiling the DirectX SDK I'm getting lots of these warnings:<br>><br>> C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include/d3d9.h(2025,0) :  warning: '/*' within block comment<br>> /* D3D9Ex interfaces<br>> ^<br>><br>> When compiling in MSVC I get no warnings. I'd like clang to match MSVC here because I can't modify the MSDX headers.<br>><br>> The code to emit that warning is in Lexer.cpp and I'm wondering whether it's worth predicating the check with a (!Features.Microsoft) check.<br>><br>> Does that sound reasonable?<br>><br>> Cheers,<br>> - Don<br>><br>> _______________________________________________<br>> cfe-dev mailing list<br>> <a
 ymailto="mailto:cfe-dev@cs.uiuc.edu" href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>><br><br><br></div></div></div></body></html>