<div dir="ltr">Hi Ahmed,<br><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I went ahead and reverted this in r236562.  I believe the first part<br>
is fine, but I don't see why you need the second part:  from what I've<br>
seen, clang -### generates the line, and it always single-quotes<br>
everything.  When are spaces a problem there?<br clear="all"></blockquote><div> </div><div>Later in ccc-analyzer all quotes and backslashesare are removed by the call to "quotewords('\s+', 0, $line)".<br><br></div><div>The problem first occurred when I tried to use clang compiled by VS. Running scan-build ended up with:<br>...<br>#SHELL (cd ... && 'clang++.exe' '-cc1' '-triple' 'i686-pc-windows-msvc' '-analyze' ... '-internal-isystem' 'C:\Program Files\Microsoft Visual Studio 11.0\VC\include' ... 'file.cpp')<br>error: error reading 'Files\Microsoft'<br>error: error reading 'Visual'<br>error: error reading 'Studio'<br>error: error reading '11.0\VC\include'<br>4 errors generated.<br></div></div><br></div><div class="gmail_extra">Thanks for reverting the commit. I'll try to restrict the fix only on -I option.<br><br></div><div class="gmail_extra">-- <br><div>Kind regards,<br>Yartsev Anton</div>
</div></div>