[LLVMbugs] [Bug 16080] New: r182266 breaks Linux build
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 20 19:42:11 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16080
Bug ID: 16080
Summary: r182266 breaks Linux build
Product: clang
Version: 3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: octoploid at yandex.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
commit 1cac0481166dd383a5d685fd53154661fbac5896
Author: Bill Wendling <isanbard at gmail.com>
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()) {
^
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130521/0c2b5c01/attachment.html>
More information about the llvm-bugs
mailing list