[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Nov 16 00:59:28 PST 2010


The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/15732

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-15.apple.com

Build Reason: 
Build Source Stamp: 119341
Blamelist: chandlerc,sfider

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 lib/Sema/SemaChecking.cpp
 test/SemaCXX/attr-format.cpp
At: Tue 16 Nov 2010 00:52:38
Changed By: chandlerc
Comments: Fix PR8625 and correctly interpret member-calls to static members when
producing warnings.

This feels really fragile, and I've not audited all other argument index-based
warnings. I suspect we'll grow this bug on another warning eventually. It might
be nice to adjust the argument indices when building up the attribute AST node,
as we already have to remember about the 'this' argument within that code to
produce correct errors.
Properties: 




File: lib/Checker/GRCXXExprEngine.cpp
At: Tue 16 Nov 2010 00:52:38
Changed By: sfider
Comments: Refactored GRExprEngine::getCXXThisRegion to use CXXMethodDecl::getThisType instead of calculating it by hand.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	GRCXXExprEngine.cpp: In member function 'const clang::CXXThisRegion* clang::GRExprEngine::getCXXThisRegion(const clang::CXXRecordDecl*, const clang::StackFrameContext*)':
	GRCXXExprEngine.cpp:69: error: 'const class clang::CXXRecordDecl' has no member named 'getThisType'
	make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/lib/Checker/Debug+Asserts/GRCXXExprEngine.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	llvm[4]: Building Debug+Asserts Archive Library libclangCodeGen.a
	make[3]: *** [Checker/.makeall] Error 2
	make[3]: *** Waiting for unfinished jobs....
	make[2]: *** [all] Error 1
	make[1]: *** [clang/.makeall] Error 2
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	MCDwarf.cpp:267: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)'
	SPUISelLowering.cpp:684: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)'
	SPUISelLowering.cpp:916: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)'
	ASTReader.cpp:3295: warning: passing negative value '-0x00000000000000001' for argument 1 to 'clang::serialization::TypeIdx::TypeIdx(uint32_t)'
	CGExprCXX.cpp:498: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)'
	CGExprCXX.cpp:559: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)'




More information about the llvm-testresults mailing list