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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Tue Feb 25 09:47:18 PST 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/17047

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 202167
Blamelist: d0k

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/AST/DeclPrinter.cpp
 lib/AST/DeclarationName.cpp
 lib/AST/StmtPrinter.cpp
 test/SemaCXX/ast-print.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Tue 25 Feb 2014 09:35:52
Changed By: d0k
Comments: Pretty Printer: Fix printing of conversion operator decls and calls.

- Don't emit anything when we encounter a call to a conversion operator.
    "bar(a & b)" instead of "bar(a & b.operator int())"
  This preserves the semantics and is still idempotent if we print the AST multiple times.

- Properly print declarations of conversion operators.
    "explicit operator bool();" instead of "bool operator _Bool();"

PR18776.Properties: 




LOGS:






More information about the llvm-testresults mailing list