<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:showard314@gmail.com" title="showard314@gmail.com">showard314@gmail.com</a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - scan-build doesn't understand -isystem/DIR"
href="https://llvm.org/bugs/show_bug.cgi?id=13237">bug 13237</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>FIXED
</td>
<td>---
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>kremenek@apple.com
</td>
<td>showard314@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - scan-build doesn't understand -isystem/DIR"
href="https://llvm.org/bugs/show_bug.cgi?id=13237#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - scan-build doesn't understand -isystem/DIR"
href="https://llvm.org/bugs/show_bug.cgi?id=13237">bug 13237</a>
from <span class="vcard"><a class="email" href="mailto:showard314@gmail.com" title="showard314@gmail.com">showard314@gmail.com</a>
</span></b>
<pre>Created <span class=""><a href="attachment.cgi?id=14078" name="attach_14078" title="allow for both space and no space after -isystem">attachment 14078</a> <a href="attachment.cgi?id=14078&action=edit" title="allow for both space and no space after -isystem">[details]</a></span>
allow for both space and no space after -isystem
I noticed that in
<a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/ccc-analyzer?sortby=rev&r1=225039&r2=227946&pathrev=227946">http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/ccc-analyzer?sortby=rev&r1=225039&r2=227946&pathrev=227946</a>
'-isystem' => 1,
was removed from %CompileOptionMap
that will break "-isystem <DIR>" but allow "-isystem<DIR>"
"-isystem <DIR>" should remain. The gcc docs say "-isystem <DIR>" is to be
used, but some build systems use "-isystem<DIR>"
attached is a patch to for that. Thanks</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>