<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - clang-cl --analyze will create temporary files"
href="https://bugs.llvm.org/show_bug.cgi?id=44530">44530</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang-cl --analyze will create temporary files
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>9.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Static Analyzer
</td>
</tr>
<tr>
<th>Assignee</th>
<td>dcoughlin@apple.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>tiagomacarios@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dcoughlin@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Somewhat related to
<a href="https://reviews.llvm.org/rGd129aa1d5369781deff6c6b854cb612e160d3fb2">https://reviews.llvm.org/rGd129aa1d5369781deff6c6b854cb612e160d3fb2</a>
Running `clang-cl --analyze` will create a temporary plist file and our build
system sees this as an error.
C:\temp>dir /b
a.cpp
C:\temp>type a.cpp
int main(){}
C:\temp>clang-cl --analyze a.cpp
C:\temp>dir /b
a.cpp
a.plist
C:\temp>type a.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"<a href="http://www.apple.com/DTDs/PropertyList-1.0.dtd">http://www.apple.com/DTDs/PropertyList-1.0.dtd</a>">
<plist version="1.0">
<dict>
<key>clang_version</key>
<string>clang version 9.0.0 (tags/RELEASE_900/final)</string>
<key>diagnostics</key>
<array>
</array>
<key>files</key>
<array>
</array>
</dict>
</plist></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>