<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 - Missing negation in if statement, error message will be ignored"
href="https://bugs.llvm.org/show_bug.cgi?id=38383">38383</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Missing negation in if statement, error message will be ignored
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nat-llvmbugs@mulle-kybernetik.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre><a href="https://github.com/llvm-mirror/lldb/blob/a56b1c63bd3cd0a7a4e90045f804b0c66e6a4ca3/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp#L895">https://github.com/llvm-mirror/lldb/blob/a56b1c63bd3cd0a7a4e90045f804b0c66e6a4ca3/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp#L895</a>
The code should read instead:
```
if (! install_diagnostics.Diagnostics().size())
err.SetErrorString("couldn't install checkers, unknown error");
```</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>