Created
April 30, 2015 20:10
-
-
Save tamird/881e2bf7f2b920084fa7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./configure --with-llvm=/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6 | |
checking build system type... x86_64-apple-darwin13.4.0 | |
checking host system type... x86_64-apple-darwin13.4.0 | |
checking target system type... x86_64-apple-darwin13.4.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... autoconf/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... yes | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common -DPIC | |
checking if g++ PIC flag -fno-common -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for llvm-config... /usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/bin/llvm-config | |
checking for LLVM version... 3.6.0 | |
checking can compile with and link with LLVM(engine)... yes | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -ll | |
checking whether yytext is a pointer... yes | |
checking for perl... /usr/bin/perl | |
checking for perl version... This is perl 5, version 16, subversion 2 (v5.16.2) built for darwin-thread-multi-2level | |
checking for perl module Benchmark::Timer... no | |
checking for perl module Exporter::Lite... no | |
checking for perl module File::Which... ok | |
checking for perl module Getopt::Tabular... no | |
checking for perl module Regexp::Common... ok | |
checking for perl module Sys::CPU... no | |
checking for astyle... /usr/local/bin/astyle | |
checking for clang-format... /usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/bin/clang-format | |
checking for indent... /usr/bin/indent | |
checking for topformflat... /usr/local/bin/topformflat | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating clang_delta/Makefile | |
config.status: creating clex/Makefile | |
config.status: creating creduce/Makefile | |
config.status: creating scripts/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
## ------------------------------------------------------------------------ ## | |
## WARNING: You cannot run C-Reduce until you install missing dependencies! ## | |
## ------------------------------------------------------------------------ ## | |
configure: WARNING: You must install Perl modules required by C-Reduce | |
configure: WARNING: Read the INSTALL file for info about C-Reduce dependencies | |
$ make -j3 | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in clang_delta | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-AggregateToScalar.o `test -f 'AggregateToScalar.cpp' || echo './'`AggregateToScalar.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-BinOpSimplification.o `test -f 'BinOpSimplification.cpp' || echo './'`BinOpSimplification.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-CallExprToValue.o `test -f 'CallExprToValue.cpp' || echo './'`CallExprToValue.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ClangDelta.o `test -f 'ClangDelta.cpp' || echo './'`ClangDelta.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ClassTemplateToClass.o `test -f 'ClassTemplateToClass.cpp' || echo './'`ClassTemplateToClass.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-CombineGlobalVarDecl.o `test -f 'CombineGlobalVarDecl.cpp' || echo './'`CombineGlobalVarDecl.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-CombineLocalVarDecl.o `test -f 'CombineLocalVarDecl.cpp' || echo './'`CombineLocalVarDecl.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-CopyPropagation.o `test -f 'CopyPropagation.cpp' || echo './'`CopyPropagation.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-EmptyStructToInt.o `test -f 'EmptyStructToInt.cpp' || echo './'`EmptyStructToInt.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-InstantiateTemplateParam.o `test -f 'InstantiateTemplateParam.cpp' || echo './'`InstantiateTemplateParam.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-InstantiateTemplateTypeParamToInt.o `test -f 'InstantiateTemplateTypeParamToInt.cpp' || echo './'`InstantiateTemplateTypeParamToInt.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-LiftAssignmentExpr.o `test -f 'LiftAssignmentExpr.cpp' || echo './'`LiftAssignmentExpr.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-LocalToGlobal.o `test -f 'LocalToGlobal.cpp' || echo './'`LocalToGlobal.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-MoveFunctionBody.o `test -f 'MoveFunctionBody.cpp' || echo './'`MoveFunctionBody.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-MoveGlobalVar.o `test -f 'MoveGlobalVar.cpp' || echo './'`MoveGlobalVar.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ParamToGlobal.o `test -f 'ParamToGlobal.cpp' || echo './'`ParamToGlobal.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ParamToLocal.o `test -f 'ParamToLocal.cpp' || echo './'`ParamToLocal.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReduceArrayDim.o `test -f 'ReduceArrayDim.cpp' || echo './'`ReduceArrayDim.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReduceArraySize.o `test -f 'ReduceArraySize.cpp' || echo './'`ReduceArraySize.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReduceClassTemplateParameter.o `test -f 'ReduceClassTemplateParameter.cpp' || echo './'`ReduceClassTemplateParameter.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReducePointerLevel.o `test -f 'ReducePointerLevel.cpp' || echo './'`ReducePointerLevel.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReducePointerPairs.o `test -f 'ReducePointerPairs.cpp' || echo './'`ReducePointerPairs.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveAddrTaken.o `test -f 'RemoveAddrTaken.cpp' || echo './'`RemoveAddrTaken.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveArray.o `test -f 'RemoveArray.cpp' || echo './'`RemoveArray.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveBaseClass.o `test -f 'RemoveBaseClass.cpp' || echo './'`RemoveBaseClass.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveCtorInitializer.o `test -f 'RemoveCtorInitializer.cpp' || echo './'`RemoveCtorInitializer.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveEnumMemberValue.o `test -f 'RemoveEnumMemberValue.cpp' || echo './'`RemoveEnumMemberValue.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveNamespace.o `test -f 'RemoveNamespace.cpp' || echo './'`RemoveNamespace.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveNestedFunction.o `test -f 'RemoveNestedFunction.cpp' || echo './'`RemoveNestedFunction.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemovePointer.o `test -f 'RemovePointer.cpp' || echo './'`RemovePointer.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveTrivialBaseTemplate.o `test -f 'RemoveTrivialBaseTemplate.cpp' || echo './'`RemoveTrivialBaseTemplate.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveUnresolvedBase.o `test -f 'RemoveUnresolvedBase.cpp' || echo './'`RemoveUnresolvedBase.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveUnusedEnumMember.o `test -f 'RemoveUnusedEnumMember.cpp' || echo './'`RemoveUnusedEnumMember.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveUnusedFunction.o `test -f 'RemoveUnusedFunction.cpp' || echo './'`RemoveUnusedFunction.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveUnusedOuterClass.o `test -f 'RemoveUnusedOuterClass.cpp' || echo './'`RemoveUnusedOuterClass.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveUnusedStructField.o `test -f 'RemoveUnusedStructField.cpp' || echo './'`RemoveUnusedStructField.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RemoveUnusedVar.o `test -f 'RemoveUnusedVar.cpp' || echo './'`RemoveUnusedVar.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RenameCXXMethod.o `test -f 'RenameCXXMethod.cpp' || echo './'`RenameCXXMethod.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RenameClass.o `test -f 'RenameClass.cpp' || echo './'`RenameClass.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RenameFun.o `test -f 'RenameFun.cpp' || echo './'`RenameFun.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RenameParam.o `test -f 'RenameParam.cpp' || echo './'`RenameParam.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RenameVar.o `test -f 'RenameVar.cpp' || echo './'`RenameVar.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceArrayIndexVar.o `test -f 'ReplaceArrayIndexVar.cpp' || echo './'`ReplaceArrayIndexVar.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceCallExpr.o `test -f 'ReplaceCallExpr.cpp' || echo './'`ReplaceCallExpr.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceClassWithBaseTemplateSpec.o `test -f 'ReplaceClassWithBaseTemplateSpec.cpp' || echo './'`ReplaceClassWithBaseTemplateSpec.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceDependentName.o `test -f 'ReplaceDependentName.cpp' || echo './'`ReplaceDependentName.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceDependentTypedef.o `test -f 'ReplaceDependentTypedef.cpp' || echo './'`ReplaceDependentTypedef.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceDerivedClass.o `test -f 'ReplaceDerivedClass.cpp' || echo './'`ReplaceDerivedClass.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceFunctionDefWithDecl.o `test -f 'ReplaceFunctionDefWithDecl.cpp' || echo './'`ReplaceFunctionDefWithDecl.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceOneLevelTypedefType.o `test -f 'ReplaceOneLevelTypedefType.cpp' || echo './'`ReplaceOneLevelTypedefType.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceSimpleTypedef.o `test -f 'ReplaceSimpleTypedef.cpp' || echo './'`ReplaceSimpleTypedef.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReplaceUndefinedFunction.o `test -f 'ReplaceUndefinedFunction.cpp' || echo './'`ReplaceUndefinedFunction.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-ReturnVoid.o `test -f 'ReturnVoid.cpp' || echo './'`ReturnVoid.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-RewriteUtils.o `test -f 'RewriteUtils.cpp' || echo './'`RewriteUtils.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimpleInliner.o `test -f 'SimpleInliner.cpp' || echo './'`SimpleInliner.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimplifyCallExpr.o `test -f 'SimplifyCallExpr.cpp' || echo './'`SimplifyCallExpr.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimplifyCommaExpr.o `test -f 'SimplifyCommaExpr.cpp' || echo './'`SimplifyCommaExpr.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimplifyDependentTypedef.o `test -f 'SimplifyDependentTypedef.cpp' || echo './'`SimplifyDependentTypedef.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimplifyIf.o `test -f 'SimplifyIf.cpp' || echo './'`SimplifyIf.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimplifyNestedClass.o `test -f 'SimplifyNestedClass.cpp' || echo './'`SimplifyNestedClass.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimplifyRecursiveTemplateInstantiation.o `test -f 'SimplifyRecursiveTemplateInstantiation.cpp' || echo './'`SimplifyRecursiveTemplateInstantiation.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimplifyStruct.o `test -f 'SimplifyStruct.cpp' || echo './'`SimplifyStruct.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-SimplifyStructUnionDecl.o `test -f 'SimplifyStructUnionDecl.cpp' || echo './'`SimplifyStructUnionDecl.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-TemplateArgToInt.o `test -f 'TemplateArgToInt.cpp' || echo './'`TemplateArgToInt.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-TemplateNonTypeArgToInt.o `test -f 'TemplateNonTypeArgToInt.cpp' || echo './'`TemplateNonTypeArgToInt.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-Transformation.o `test -f 'Transformation.cpp' || echo './'`Transformation.cpp | |
g++ -DHAVE_CONFIG_H -I. -I.. -DGIT_VERSION=\"9eb4cdc\" -I"/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang" -I/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Wcast-qual -fno-rtti -fno-exceptions -g -O3 -fno-strict-aliasing -Wall -Wextra -Wno-long-long -Wno-unused-parameter -c -o clang_delta-TransformationManager.o `test -f 'TransformationManager.cpp' || echo './'`TransformationManager.cpp | |
TransformationManager.cpp:127:33: error: no viable conversion from 'Transformation *' to 'std::unique_ptr<ASTConsumer>' | |
ClangInstance->setASTConsumer(CurrentTransformationImpl); | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2454:29: note: candidate constructor (the implicit copy constructor) not viable: no known | |
conversion from 'Transformation *' to 'const std::__1::unique_ptr<clang::ASTConsumer, std::__1::default_delete<clang::ASTConsumer> > &' for 1st argument | |
class _LIBCPP_TYPE_VIS_ONLY unique_ptr | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2483:49: note: candidate constructor not viable: no known conversion from | |
'Transformation *' to 'nullptr_t' for 1st argument | |
_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR unique_ptr(nullptr_t) _NOEXCEPT | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2510:31: note: candidate constructor not viable: no known conversion from | |
'Transformation *' to 'std::__1::unique_ptr<clang::ASTConsumer, std::__1::default_delete<clang::ASTConsumer> > &&' for 1st argument | |
_LIBCPP_INLINE_VISIBILITY unique_ptr(unique_ptr&& __u) _NOEXCEPT | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2514:9: note: candidate template ignored: could not match | |
'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'Transformation *' | |
unique_ptr(unique_ptr<_Up, _Ep>&& __u, | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2529:35: note: candidate template ignored: could not match 'auto_ptr<type-parameter-0-0>' | |
against 'Transformation *' | |
_LIBCPP_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>&& __p, | |
^ | |
/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/clang/Frontend/CompilerInstance.h:457:52: note: passing argument to parameter 'Value' here | |
void setASTConsumer(std::unique_ptr<ASTConsumer> Value); | |
^ | |
TransformationManager.cpp:167:35: error: no matching constructor for initialization of 'llvm::raw_fd_ostream' | |
llvm::raw_fd_ostream *Out = new llvm::raw_fd_ostream( | |
^ | |
/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/llvm/Support/raw_ostream.h:363:3: note: candidate constructor not viable: no known conversion from 'std::string' | |
(aka 'basic_string<char, char_traits<char>, allocator<char> >') to 'std::error_code &' for 2nd argument | |
raw_fd_ostream(StringRef Filename, std::error_code &EC, | |
^ | |
/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/llvm/Support/raw_ostream.h:368:3: note: candidate constructor not viable: no known conversion from 'const value_type *' (aka 'const char *') to 'int' | |
for 1st argument; dereference the argument with * | |
raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false); | |
^ | |
/usr/local/Cellar/llvm36/3.6.0/lib/llvm-3.6/include/llvm/Support/raw_ostream.h:324:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 3 were provided | |
class raw_fd_ostream : public raw_ostream { | |
^ | |
2 errors generated. | |
make[2]: *** [clang_delta-TransformationManager.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment