[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Mon Sep 30 07:10:55 PDT 2013
The Buildbot has detected a new failure on builder phase1 - sanity while building clang-tools-extra.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/12152
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 191667
Blamelist: revane
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
clang-apply-replacements/CMakeLists.txt
clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h
clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
test/clang-apply-replacements/Inputs/format
test/clang-apply-replacements/Inputs/format/no.cpp
test/clang-apply-replacements/Inputs/format/no.yaml
test/clang-apply-replacements/Inputs/format/yes.cpp
test/clang-apply-replacements/Inputs/format/yes.yaml
test/clang-apply-replacements/format.cpp
unittests/CMakeLists.txt
unittests/Makefile
unittests/clang-apply-replacements
unittests/clang-apply-replacements/CMakeLists.txt
unittests/clang-apply-replacements/Makefile
unittests/clang-apply-replacements/ReformattingTest.cpp
unittests/clang-modernize/CMakeLists.txt
unittests/clang-modernize/FileOverridesTest.cpp
unittests/clang-modernize/IncludeDirectivesTest.cpp
unittests/clang-modernize/IncludeExcludeTest.cpp
unittests/clang-modernize/Makefile
unittests/clang-modernize/ReformattingTest.cpp
unittests/clang-modernize/Utility.h
unittests/clang-modernize/VirtualFileHelper.h
unittests/include
unittests/include/common
unittests/include/common/Utility.h
unittests/include/common/VirtualFileHelper.h
On: http://10.1.1.2/svn/llvm-project
For: clang-tools-extra
At: Mon 30 Sep 2013 07:06:30
Changed By: revane
Comments: clang-apply-replacements: Add code formatting functionality
The tool now supports a collection of arguments to turn on and provide settings
for the formatting of code affected by applying replacements:
* --format turns on formatting (default style is LLVM)
* --style controls code style settings
* --style-config allows one to explicitly indicate where a style config file
lives.
The libclangApplyReplacements interface has a new function to turn Replacements
into Ranges to be used with tooling::reformat().
Properties:
LOGS:
More information about the llvm-testresults
mailing list