[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Aug 27 15:06:35 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/9711
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 112298
Blamelist: dgregor,djg,echristo,kremenek
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: tools/libclang/CIndexCodeCompletion.cpp
At: Fri 27 Aug 2010 14:17:07
Changed By: dgregor
Comments: Teach clang_codeComplete to always sort its code-completion resultsProperties:
Files:
lib/Sema/SemaCodeComplete.cpp
test/Index/complete-super.cpp
At: Fri 27 Aug 2010 14:22:07
Changed By: dgregor
Comments: Implement the "call super" code completion for C++. If the virtual
member function you're typing in overrides another virtual function,
this fills in a (qualified!) call to that virtual function to make
such delegation easy.
Properties:
File: include/clang-c/Index.h
At: Fri 27 Aug 2010 14:37:07
Changed By: kremenek
Comments: Fix copy-paste in doxygen comment.Properties:
Files:
include/clang-c/Index.h
test/Index/load-stmts.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/CMakeLists.txt
tools/libclang/CXCursor.cpp
tools/libclang/CXCursor.h
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports
At: Fri 27 Aug 2010 14:37:07
Changed By: kremenek
Comments: Implement CXCursor support for walking C++ base specifiers. This includes adding the API hooks clang_isVirtualBase() and clang_getCXXAccessSpecifier() to query properties of the base specifier.
Implements <rdar://problem/8274883>.Properties:
Files:
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/Target/TargetCallingConv.td
At: Fri 27 Aug 2010 14:42:07
Changed By: echristo
Comments: Fix a couple of typos.
Patch by Cameron Esfahani!
Properties:
File: lib/Analysis/ScalarEvolution.cpp
At: Fri 27 Aug 2010 14:42:07
Changed By: djg
Comments: When merging adjacent operands, scan ahead and merge all equal
adjacent operands at once, instead of just two at a time.
Properties:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
test/SemaCXX/new-delete.cpp
At: Fri 27 Aug 2010 14:42:07
Changed By: dgregor
Comments: Improve wording of diagnostic complaining about a non-void* pointer as the first parameter of operator deleteProperties:
LOGS:
Last 10 lines of 'stdio':
_PrintCursor in c-index-test.o
"_clang_getCXXAccessSpecifier", referenced from:
_PrintCursor in c-index-test.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/c-index-test] Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
More information about the llvm-testresults
mailing list