[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Jul 22 15:32:30 PDT 2009
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/1465
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02.apple.com
Build Reason:
Build Source Stamp: 76797
Blamelist: ddunbar,dgregor,dpatel,efriedma,kremenek
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/llvm/ADT/StringRef.h
At: Wed 22 Jul 2009 14:10:12
Changed By: ddunbar
Comments: Define npos in a way that should make MSVC happier.
Files:
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CppBackend/CPPBackend.cpp
At: Wed 22 Jul 2009 14:12:12
Changed By: ddunbar
Comments: Simplify some uses of Value::getName()
File: lib/Bitcode/Writer/BitcodeWriter.cpp
At: Wed 22 Jul 2009 14:12:12
Changed By: dpatel
Comments: Fix indentation.
Files:
lib/Sema/SemaTemplateDeduction.cpp
test/SemaTemplate/temp_class_spec.cpp
At: Wed 22 Jul 2009 14:32:12
Changed By: dgregor
Comments: Fix the problems with template argument deduction and array types for
real. It turns out that we need to actually move all of the qualifiers
up to the array type itself, then recanonicalize the deduced template
argument type.
Files:
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/Target/PIC16/PIC16DebugInfo.cpp
lib/Target/TargetAsmInfo.cpp
lib/VMCore/Mangler.cpp
tools/lto/LTOCodeGenerator.cpp
tools/opt/PrintSCC.cpp
At: Wed 22 Jul 2009 14:34:12
Changed By: ddunbar
Comments: Switch some clients to Value::getName(), and other getName() user
simplification.
- NFC
File: include/clang/Analysis/PathSensitive/ExplodedGraph.h
At: Wed 22 Jul 2009 14:40:12
Changed By: kremenek
Comments: Implement operator= for ExplodedNodeSet.
File: include/clang/Analysis/ProgramPoint.h
At: Wed 22 Jul 2009 14:40:12
Changed By: kremenek
Comments: Add 'PreStmt' program point. This will be used to represent checking for
preconditions (in GRExprEngine) before the statement itself is evaluated.
Files:
include/clang/Analysis/PathSensitive/GRCoreEngine.h
lib/Analysis/GRCoreEngine.cpp
At: Wed 22 Jul 2009 14:42:12
Changed By: kremenek
Comments: Add support for 'PreStmt' program points to GRCoreEngine and GRStmtNodeBuilder.
Files:
include/clang/Analysis/PathSensitive/Checker.h
include/clang/Analysis/PathSensitive/CheckerVisitor.def
include/clang/Analysis/PathSensitive/CheckerVisitor.h
At: Wed 22 Jul 2009 14:44:12
Changed By: kremenek
Comments: Add new 'Checker' and 'CheckerVisitor' classes, which represent a more powerful
interface to plug in domain-specific checker logic than the current
GRSimpleAPICheck interface. The new 'Checker' interface can actually generate
new nodes, allowing it to modify the state and refine the analysis (which
GRSimpleAPIChecks could not).
Files:
include/clang/Analysis/PathSensitive/GRExprEngine.h
lib/Analysis/GRExprEngine.cpp
At: Wed 22 Jul 2009 14:44:12
Changed By: kremenek
Comments: Add support for registering 'Checker' objects with GRExprEngine.
Add a 'previsit' stage (that dispatches to registered Checkers) when evaluating the effects of CallExprs.
Files:
include/clang/Analysis/Support/SaveAndRestore.h
lib/Analysis/CFG.cpp
At: Wed 22 Jul 2009 14:46:12
Changed By: kremenek
Comments: Make 'SaveAndRestore' and friends reusable classes in libAnalysis.
Files:
include/clang/Parse/Parser.h
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseDeclCXX.cpp
test/SemaCXX/default2.cpp
At: Wed 22 Jul 2009 14:46:12
Changed By: efriedma
Comments: Fix the parsing of default arguments for inline member function
definitions.
I'm not very familiar with this code, so please review.
Files:
lib/Analysis/GRExprEngineInternalChecks.cpp
test/Analysis/null-deref-ps.c
At: Wed 22 Jul 2009 14:48:12
Changed By: kremenek
Comments: Migrate the path-sensitive checking of 'nonnull' arguments over to the new
'Checker' interface. An updated test case illustrates that after calling a
function with the 'nonnull' attribute we now register the fact that the passed
pointer must be non-null. This retention of information was not possible with
the previously used GRSimpleAPICheck interface.
LOGS:
Last 10 lines of 'compile.stdio':
llvm[4]: Compiling StmtXML.cpp for Debug build
llvm[4]: Compiling TextDiagnosticBuffer.cpp for Debug build
llvm[4]: Compiling TextDiagnosticPrinter.cpp for Debug build
llvm[4]: Compiling TypeXML.cpp for Debug build
llvm[4]: Compiling Warnings.cpp for Debug build
llvm[4]: Building Debug Archive Library libclangSema.a
llvm[4]: Building Debug Archive Library libclangFrontend.a
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
More information about the llvm-testresults
mailing list