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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Tue Apr 1 23:26:45 PDT 2014


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/18760

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 205398
Blamelist: dblaikie

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/AST/PrettyPrinter.h
 lib/AST/Decl.cpp
 lib/AST/TemplateBase.cpp
 lib/AST/TypePrinter.cpp
 lib/Parse/ParseDeclCXX.cpp
 lib/Sema/SemaTemplate.cpp
 test/Analysis/cfg.cpp
 test/CXX/expr/expr.prim/expr.prim.lambda/p19.cpp
 test/CodeGenCXX/destructors.cpp
 test/CodeGenCXX/microsoft-abi-structors.cpp
 test/CodeGenCXX/microsoft-abi-virtual-member-pointers.cpp
 test/CodeGenCXX/predefined-expr.cpp
 test/Layout/ms-x86-alias-avoidance-padding.cpp
 test/Modules/namespaces.cpp
 test/OpenMP/threadprivate_messages.cpp
 test/Parser/cxx0x-lambda-expressions.cpp
 test/Sema/switch.c
 test/SemaCXX/ms-interface.cpp
 test/SemaCXX/undefined-internal.cpp
 test/SemaCXX/warn-shadow.cpp
 test/SemaCXX/warn-sign-conversion.cpp
 unittests/ASTMatchers/ASTMatchersTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Tue 01 Apr 2014 23:05:46
Changed By: dblaikie
Comments: Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )')

For namespaces, this is consistent with mangling and GCC's debug info
behavior. For structs, GCC uses <anonymous struct> but we prefer
consistency between all anonymous entities but don't want to confuse
them with template arguments, etc, so we'll just go with parens in all
cases.Properties: 




LOGS:






More information about the llvm-testresults mailing list