[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Jul 22 14:50:47 PDT 2009
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/2394
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: ddunbar2.apple.com
Build Reason:
Build Source Stamp: 76794
Blamelist: kremenek
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
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.
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]: Building Debug Archive Library libclangSema.a
llvm[4]: Compiling TypeXML.cpp for Debug build
llvm[4]: Compiling Warnings.cpp for Debug build
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