<html>
<head>
<base href="https://llvm.org/bugs/" />
</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 --- - Warnings about overloaded virtual when building clang."
href="https://llvm.org/bugs/show_bug.cgi?id=30893">30893</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Warnings about overloaded virtual when building clang.
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</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>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>bjorn.a.pettersson@ericsson.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>After commit r285326 there are lots of warning similar to this one when
building clang with gcc:
tools/clang/include/clang/Driver/Tool.h:141:16: warning: ‘virtual void
clang::driver::Tool::ConstructJob(clang::driver::Compilation&, const
clang::driver::JobAction&, const InputInfoList&, const InputInfoList&, const
llvm::opt::ArgList&, const char*) const’ was hidden [-Woverloaded-virtual]
This can for example be seen in buildbot logs like this one:
<a href="http://lab.llvm.org:8011/builders/clang-3stage-ubuntu/builds/157/steps/build-stage3-clang/logs/warnings%20%28829%29">http://lab.llvm.org:8011/builders/clang-3stage-ubuntu/builds/157/steps/build-stage3-clang/logs/warnings%20%28829%29</a></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>