<html>
<head>
<base href="http://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 --- - r182266 breaks Linux build"
href="http://llvm.org/bugs/show_bug.cgi?id=16080">16080</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>r182266 breaks Linux build
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.2
</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>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>octoploid@yandex.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>commit 1cac0481166dd383a5d685fd53154661fbac5896
Author: Bill Wendling <<a href="mailto:isanbard@gmail.com">isanbard@gmail.com</a>>
Date: Tue May 21 00:06:11 2013 +0000
Merging r182266:
Contains two error:
/home/markus/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp: In function ‘void
handleSelectAnyAttr(clang::Sema&, clang::Decl*, const clang::AttributeList&)’:
/home/markus/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp:4687:33: error:
‘checkMicrosoftExt’ was not declared in this scope
if (!checkMicrosoftExt(S, Attr))
^
/home/markus/llvm/tools/clang/lib/Sema/SemaDecl.cpp: In function ‘void
checkAttributesAfterMerging(clang::Sema&, clang::NamedDecl&)’:
/home/markus/llvm/tools/clang/lib/Sema/SemaDecl.cpp:4645:38: error: ‘class
clang::NamedDecl’ has no member named ‘isExternallyVisible’
if (isa<FunctionDecl>(ND) || !ND.isExternallyVisible()) {
^</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>