[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Jun 8 21:25:26 PDT 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/9461
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 105680
Blamelist: tcare
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/Analysis/Analyses/PrintfFormatString.h
lib/Analysis/PrintfFormatString.cpp
lib/Sema/SemaChecking.cpp
test/Sema/format-strings-fixit.c
At: Tue 08 Jun 2010 21:15:50
Changed By: tcare
Comments: Added FixIt support to printf format string checking.
- Refactored LengthModifier to be a class.
- Added toString methods in all member classes of FormatSpecifier.
- FixIt suggestions keep user specified flags unless incorrect.
Limitations:
- The suggestions are not conversion specifier sensitive. For example, if we have a 'pad with zeroes' flag, and the correction is a string conversion specifier, we do not remove the flag. Clang will warn us on the next compilation.
A test/Sema/format-strings-fixit.c
M include/clang/Analysis/Analyses/PrintfFormatString.h
M lib/Analysis/PrintfFormatString.cpp
M lib/Sema/SemaChecking.cpp
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[4]: Compiling UndefResultChecker.cpp for Debug build
llvm[4]: Compiling UndefinedArraySubscriptChecker.cpp for Debug build
llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Debug build
llvm[4]: Compiling UnixAPIChecker.cpp for Debug build
llvm[4]: Compiling VLASizeChecker.cpp for Debug build
llvm[4]: Compiling ValueManager.cpp for Debug build
llvm[4]: Building Debug Archive Library libclangChecker.a
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
More information about the llvm-testresults
mailing list