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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

commit 1cac0481166dd383a5d685fd53154661fbac5896
Author: Bill Wendling <[email protected]>
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to