[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Nov 4 16:39:51 PST 2013


The Buildbot has detected a new failure on builder phase1 - sanity while building cfe.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/13718

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 194031
Blamelist: fjahanian,rafael

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/Support/ErrorOr.h
 unittests/Support/ErrorOrTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 04 Nov 2013 16:36:45
Changed By: rafael
Comments: Simplify ErrorOr.

ErrorOr had quiet a bit of complexity and indirection to be able to hold a user
type with the error.

That feature is not used anymore. This patch removes it, it will live in svn
history if we ever need it again.

If we do need it again, IMHO there is one thing that should be done
differently: Holding extra info in the error is not a property a function also
returning a value or not. The ability to hold extra info should be in the error
type and ErrorOr templated over it so that we don't need the funny looking
ErrorOr<void>.Properties: 




Files:
 lib/Sema/SemaDeclObjC.cpp
 test/SemaObjC/super-dealloc-attribute.m
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Mon 04 Nov 2013 16:36:45
Changed By: fjahanian
Comments: ObjectiveC. Method implementations should only check for
"Missing call to Super" in the overriding method and
not in the method itself. // rdar://15385981.
Properties: 




LOGS:






More information about the llvm-testresults mailing list