Created
September 7, 2021 14:12
-
-
Save Apteryks/39da22aa2aed9ca0df9eace8dc44fed9 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
starting phase `configure' | |
source directory: "/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source" (relative from build: "../source") | |
build directory: "/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build" | |
running 'cmake' with arguments ("../source" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=/gnu/store/s41l6b7prjby369gyczxpji2x48gakss-cling-0.9-1.d78d1a0" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE" "-DCMAKE_INSTALL_RPATH=/gnu/store/s41l6b7prjby369gyczxpji2x48gakss-cling-0.9-1.d78d1a0/lib" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DCLING_CXX_PATH=/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/g++" "-DLLVM_PARALLEL_LINK_JOBS=1" "-DLLVM_TARGETS_TO_BUILD=host;NVPTX" "-DLLVM_ENABLE_EH=ON" "-DLLVM_ENABLE_RTTI=ON" "-DLLVM_BUILD_LLVM_DYLIB=OFF" "-DLLVM_LINK_LLVM_DYLIB=Off" "-DLLVM_ENABLE_PLUGINS=ON") | |
-- The C compiler identification is GNU 7.5.0 | |
-- The CXX compiler identification is GNU 7.5.0 | |
-- Check for working C compiler: /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/gcc | |
-- Check for working C compiler: /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/gcc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ | |
-- Check for working CXX compiler: /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Found LLVM_CONFIG as /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/bin/llvm-config | |
-- Linker detection: GNU ld | |
CMake Warning at /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/cmake/llvm/HandleLLVMOptions.cmake:59 (message): | |
Job pooling is only available with Ninja generators. | |
Call Stack (most recent call first): | |
CMakeLists.txt:95 (include) | |
-- Performing Test C_SUPPORTS_FPIC | |
-- Performing Test C_SUPPORTS_FPIC - Success | |
-- Performing Test CXX_SUPPORTS_FPIC | |
-- Performing Test CXX_SUPPORTS_FPIC - Success | |
-- Building with -fPIC | |
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG | |
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success | |
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME | |
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success | |
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME | |
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW | |
-- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed | |
-- Performing Test CXX_SUPPORTS_CXX_STD | |
-- Performing Test CXX_SUPPORTS_CXX_STD - Success | |
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS | |
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success | |
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS | |
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success | |
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS | |
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success | |
-- Performing Test C_SUPPORTS_FDATA_SECTIONS | |
-- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success | |
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS | |
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success | |
CMake Warning (dev) at /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/cmake/llvm/HandleLLVMOptions.cmake:802 (option): | |
Policy CMP0077 is not set: option() honors normal variables. Run "cmake | |
--help-policy CMP0077" for policy details. Use the cmake_policy command to | |
set the policy and suppress this warning. | |
For compatibility with older versions of CMake, option is clearing the | |
normal variable 'LLVM_ENABLE_EH'. | |
Call Stack (most recent call first): | |
CMakeLists.txt:95 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
CMake Warning (dev) at /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/cmake/llvm/HandleLLVMOptions.cmake:803 (option): | |
Policy CMP0077 is not set: option() honors normal variables. Run "cmake | |
--help-policy CMP0077" for policy details. Use the cmake_policy command to | |
set the policy and suppress this warning. | |
For compatibility with older versions of CMake, option is clearing the | |
normal variable 'LLVM_ENABLE_RTTI'. | |
Call Stack (most recent call first): | |
CMakeLists.txt:95 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
CMake Warning (dev) at /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/cmake/llvm/HandleLLVMOptions.cmake:906 (option): | |
Policy CMP0077 is not set: option() honors normal variables. Run "cmake | |
--help-policy CMP0077" for policy details. Use the cmake_policy command to | |
set the policy and suppress this warning. | |
For compatibility with older versions of CMake, option is clearing the | |
normal variable 'LLVM_EXPORT_SYMBOLS_FOR_PLUGINS'. | |
Call Stack (most recent call first): | |
CMakeLists.txt:95 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Looking for os_signpost_interval_begin | |
-- Looking for os_signpost_interval_begin - not found | |
-- Found PythonInterp: /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/bin/python3.8 (found version "3.8.2") | |
-- Performing Test CXX_HAS_Wno_nested_anon_types | |
-- Performing Test CXX_HAS_Wno_nested_anon_types - Success | |
-- Performing Test CXX_HAS_Wno_covered_switch_default | |
-- Performing Test CXX_HAS_Wno_covered_switch_default - Success | |
-- Performing Test CXX_HAS_Wno_unused_local_typedef | |
-- Performing Test CXX_HAS_Wno_unused_local_typedef - Success | |
-- Cling version (from VERSION file): 1.0~dev | |
-- Cling will look for C++ headers in '/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/include/c++:/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/include/c++/x86_64-unknown-linux-gnu:/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/include/c++/backward' at runtime. | |
-- And if not found, will invoke: '/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/g++ ' for them. | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
CMAKE_INSTALL_LIBDIR | |
LLVM_BUILD_LLVM_DYLIB | |
-- Build files have been written to: /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build | |
phase `configure' succeeded after 1.5 seconds | |
starting phase `patch-generated-file-shebangs' | |
phase `patch-generated-file-shebangs' succeeded after 0.0 seconds | |
starting phase `build' | |
/gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -S/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source -B/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build --check-build-system CMakeFiles/Makefile.cmake 0 | |
/gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_progress_start /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/CMakeFiles /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/CMakeFiles/progress.marks | |
make -f CMakeFiles/Makefile2 all | |
make[1]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f CMakeFiles/intrinsics_gen.dir/build.make CMakeFiles/intrinsics_gen.dir/depend | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/CMakeFiles/intrinsics_gen.dir/DependInfo.cmake --color= | |
Scanning dependencies of target intrinsics_gen | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f CMakeFiles/intrinsics_gen.dir/build.make CMakeFiles/intrinsics_gen.dir/build | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[2]: Nothing to be done for 'CMakeFiles/intrinsics_gen.dir/build'. | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 0%] Built target intrinsics_gen | |
make -f lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/build.make lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/depend | |
make -f lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/build.make lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/depend | |
make -f lib/UserInterface/CMakeFiles/clingUserInterface.dir/build.make lib/UserInterface/CMakeFiles/clingUserInterface.dir/depend | |
make -f lib/Utils/CMakeFiles/obj.clingUtils.dir/build.make lib/Utils/CMakeFiles/obj.clingUtils.dir/depend | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface/CMakeFiles/clingUserInterface.dir/DependInfo.cmake --color= | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils/CMakeFiles/obj.clingUtils.dir/DependInfo.cmake --color= | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/DependInfo.cmake --color= | |
[ 1%] Updating cling-compiledata.h | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E copy_if_different /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter/cling-compiledata.h.in /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter/cling-compiledata.h | |
Scanning dependencies of target obj.clingMetaProcessor | |
Scanning dependencies of target clingUserInterface | |
Scanning dependencies of target obj.clingUtils | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DependInfo.cmake --color= | |
make -f lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/build.make lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/build | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f lib/UserInterface/CMakeFiles/clingUserInterface.dir/build.make lib/UserInterface/CMakeFiles/clingUserInterface.dir/build | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f lib/Utils/CMakeFiles/obj.clingUtils.dir/build.make lib/Utils/CMakeFiles/obj.clingUtils.dir/build | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 2%] Building CXX object lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/Display.cpp.o | |
[ 5%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/AST.cpp.o | |
[ 5%] Building CXX object lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaParser.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingMetaProcessor.dir/Display.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor/Display.cpp | |
[ 6%] Building CXX object lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaLexer.cpp.o | |
[ 7%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/UserInterface.cpp.o | |
[ 8%] Building CXX object lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaSema.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingMetaProcessor.dir/MetaParser.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor/MetaParser.cpp | |
[ 11%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/Paths.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingMetaProcessor.dir/MetaLexer.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor/MetaLexer.cpp | |
[ 12%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/Output.cpp.o | |
[ 12%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/Editor.cpp.o | |
[ 15%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/Range.cpp.o | |
[ 15%] Building CXX object lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaProcessor.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/AST.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/AST.cpp | |
[ 16%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/History.cpp.o | |
[ 17%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/SignalHandler.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingMetaProcessor.dir/MetaSema.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor/MetaSema.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -fexceptions -o CMakeFiles/clingUserInterface.dir/UserInterface.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/UserInterface.cpp | |
[ 18%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/StreamReader.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/Range.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/Range.cpp | |
[ 20%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/SourceNormalization.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingMetaProcessor.dir/MetaProcessor.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor/MetaProcessor.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/Output.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/Output.cpp | |
[ 21%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/UTF8.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/Editor.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/Editor.cpp | |
[ 22%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/StreamReaderUnix.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/Paths.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/Paths.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/History.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/History.cpp | |
[ 25%] Building CXX object lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/InputValidator.cpp.o | |
[ 25%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/ParserStateRAII.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/SignalHandler.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/SignalHandler.cpp | |
[ 27%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/KeyBinding.cpp.o | |
[ 27%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/Diagnostics.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/StreamReader.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/StreamReader.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/SourceNormalization.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/SourceNormalization.cpp | |
[ 28%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/PlatformPosix.cpp.o | |
[ 30%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/PlatformWin.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/UTF8.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/UTF8.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/StreamReaderUnix.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/StreamReaderUnix.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingMetaProcessor.dir/InputValidator.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor/InputValidator.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/KeyBinding.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/KeyBinding.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/Diagnostics.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/Diagnostics.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/ParserStateRAII.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/ParserStateRAII.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/PlatformPosix.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/PlatformPosix.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/PlatformWin.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/PlatformWin.cpp | |
Scanning dependencies of target obj.clingInterpreter | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/build.make lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/build | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 31%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/AutoSynthesizer.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/AutoSynthesizer.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/AutoSynthesizer.cpp | |
[ 32%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/StreamReaderWin.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/StreamReaderWin.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/StreamReaderWin.cpp | |
[ 33%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/TerminalConfigUnix.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/TerminalConfigUnix.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/TerminalConfigUnix.cpp | |
[ 35%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/AutoloadCallback.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/AutoloadCallback.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/AutoloadCallback.cpp | |
[ 37%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplayUnix.cpp.o | |
[ 37%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplay.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplay.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/TerminalDisplay.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplayUnix.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/TerminalDisplayUnix.cpp | |
[ 38%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplayWin.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplayWin.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/TerminalDisplayWin.cpp | |
[ 40%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/TextInput.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/TextInput.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/TextInput.cpp | |
[ 41%] Building CXX object lib/Utils/CMakeFiles/obj.clingUtils.dir/Validation.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingUtils.dir/Validation.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils/Validation.cpp | |
[ 42%] Building CXX object lib/UserInterface/CMakeFiles/clingUserInterface.dir/textinput/TextInputContext.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/clingUserInterface.dir/textinput/TextInputContext.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/UserInterface/textinput/TextInputContext.cpp | |
[ 43%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ASTTransformer.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ASTTransformer.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ASTTransformer.cpp | |
[ 45%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/BackendPasses.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/BackendPasses.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/BackendPasses.cpp | |
[ 46%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/CheckEmptyTransactionTransformer.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/CheckEmptyTransactionTransformer.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/CheckEmptyTransactionTransformer.cpp | |
[ 47%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/CIFactory.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/CIFactory.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/CIFactory.cpp | |
[ 48%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClangInternalState.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ClangInternalState.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ClangInternalState.cpp | |
[ 50%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClingCodeCompleteConsumer.cpp.o | |
[ 51%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClingPragmas.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ClingCodeCompleteConsumer.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ClingCodeCompleteConsumer.cpp | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ClingPragmas.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ClingPragmas.cpp | |
[ 52%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclCollector.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DeclCollector.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DeclCollector.cpp | |
[ 53%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclExtractor.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DeclExtractor.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DeclExtractor.cpp | |
[ 55%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DefinitionShadower.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DefinitionShadower.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DefinitionShadower.cpp | |
[ 56%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclUnloader.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DeclUnloader.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DeclUnloader.cpp | |
[ 57%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeviceKernelInliner.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DeviceKernelInliner.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DeviceKernelInliner.cpp | |
[ 58%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManager.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManager.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DynamicLibraryManager.cpp | |
[ 60%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManagerSymbol.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManagerSymbol.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DynamicLibraryManagerSymbol.cpp | |
[ 61%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLookup.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DynamicLookup.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DynamicLookup.cpp | |
[ 62%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicExprInfo.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/DynamicExprInfo.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/DynamicExprInfo.cpp | |
[ 63%] Linking CXX static library ../libclingUserInterface.a | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -P CMakeFiles/clingUserInterface.dir/cmake_clean_target.cmake | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/UserInterface && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_link_script CMakeFiles/clingUserInterface.dir/link.txt --verbose=1 | |
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ar qc ../libclingUserInterface.a CMakeFiles/clingUserInterface.dir/UserInterface.cpp.o CMakeFiles/clingUserInterface.dir/textinput/Editor.cpp.o CMakeFiles/clingUserInterface.dir/textinput/History.cpp.o CMakeFiles/clingUserInterface.dir/textinput/KeyBinding.cpp.o CMakeFiles/clingUserInterface.dir/textinput/Range.cpp.o CMakeFiles/clingUserInterface.dir/textinput/SignalHandler.cpp.o CMakeFiles/clingUserInterface.dir/textinput/StreamReader.cpp.o CMakeFiles/clingUserInterface.dir/textinput/StreamReaderUnix.cpp.o CMakeFiles/clingUserInterface.dir/textinput/StreamReaderWin.cpp.o CMakeFiles/clingUserInterface.dir/textinput/TerminalConfigUnix.cpp.o CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplay.cpp.o CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplayUnix.cpp.o CMakeFiles/clingUserInterface.dir/textinput/TerminalDisplayWin.cpp.o CMakeFiles/clingUserInterface.dir/textinput/TextInput.cpp.o CMakeFiles/clingUserInterface.dir/textinput/TextInputContext.cpp.o | |
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ranlib ../libclingUserInterface.a | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 63%] Built target clingUserInterface | |
[ 65%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Exception.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -fexceptions -frtti -o CMakeFiles/obj.clingInterpreter.dir/Exception.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/Exception.cpp | |
[ 66%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ExternalInterpreterSource.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ExternalInterpreterSource.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ExternalInterpreterSource.cpp | |
[ 67%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ForwardDeclPrinter.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ForwardDeclPrinter.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ForwardDeclPrinter.cpp | |
[ 68%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalCUDADeviceCompiler.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/IncrementalCUDADeviceCompiler.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/IncrementalCUDADeviceCompiler.cpp | |
[ 70%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalExecutor.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/IncrementalExecutor.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/IncrementalExecutor.cpp | |
[ 71%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalJIT.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/IncrementalJIT.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/IncrementalJIT.cpp | |
[ 72%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalParser.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/IncrementalParser.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/IncrementalParser.cpp | |
[ 73%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Interpreter.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -fexceptions -o CMakeFiles/obj.clingInterpreter.dir/Interpreter.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/Interpreter.cpp | |
[ 75%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/InterpreterCallbacks.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/InterpreterCallbacks.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/InterpreterCallbacks.cpp | |
[ 76%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/InvocationOptions.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/InvocationOptions.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/InvocationOptions.cpp | |
[ 77%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/LookupHelper.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/LookupHelper.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/LookupHelper.cpp | |
[ 78%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/NullDerefProtectionTransformer.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/NullDerefProtectionTransformer.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/NullDerefProtectionTransformer.cpp | |
[ 80%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/RequiredSymbols.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/RequiredSymbols.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/RequiredSymbols.cpp | |
[ 81%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Transaction.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/Transaction.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/Transaction.cpp | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 81%] Built target obj.clingUtils | |
[ 82%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/TransactionUnloader.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/TransactionUnloader.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/TransactionUnloader.cpp | |
[ 83%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValueExtractionSynthesizer.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ValueExtractionSynthesizer.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ValueExtractionSynthesizer.cpp | |
[ 85%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Value.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/Value.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/Value.cpp | |
make -f lib/Utils/CMakeFiles/clingUtils.dir/build.make lib/Utils/CMakeFiles/clingUtils.dir/depend | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Utils /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils/CMakeFiles/clingUtils.dir/DependInfo.cmake --color= | |
Scanning dependencies of target clingUtils | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f lib/Utils/CMakeFiles/clingUtils.dir/build.make lib/Utils/CMakeFiles/clingUtils.dir/build | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 86%] Linking CXX static library ../libclingUtils.a | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -P CMakeFiles/clingUtils.dir/cmake_clean_target.cmake | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Utils && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_link_script CMakeFiles/clingUtils.dir/link.txt --verbose=1 | |
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ar qc ../libclingUtils.a CMakeFiles/obj.clingUtils.dir/AST.cpp.o CMakeFiles/obj.clingUtils.dir/Diagnostics.cpp.o CMakeFiles/obj.clingUtils.dir/ParserStateRAII.cpp.o CMakeFiles/obj.clingUtils.dir/Output.cpp.o CMakeFiles/obj.clingUtils.dir/Paths.cpp.o CMakeFiles/obj.clingUtils.dir/PlatformPosix.cpp.o CMakeFiles/obj.clingUtils.dir/PlatformWin.cpp.o CMakeFiles/obj.clingUtils.dir/SourceNormalization.cpp.o CMakeFiles/obj.clingUtils.dir/UTF8.cpp.o CMakeFiles/obj.clingUtils.dir/Validation.cpp.o | |
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ranlib ../libclingUtils.a | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 86%] Built target clingUtils | |
[ 87%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValuePrinter.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ValuePrinter.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ValuePrinter.cpp | |
[ 88%] Building CXX object lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValuePrinterSynthesizer.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/obj.clingInterpreter.dir/ValuePrinterSynthesizer.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter/ValuePrinterSynthesizer.cpp | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 88%] Built target obj.clingMetaProcessor | |
make -f lib/MetaProcessor/CMakeFiles/clingMetaProcessor.dir/build.make lib/MetaProcessor/CMakeFiles/clingMetaProcessor.dir/depend | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/MetaProcessor /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor/CMakeFiles/clingMetaProcessor.dir/DependInfo.cmake --color= | |
Scanning dependencies of target clingMetaProcessor | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f lib/MetaProcessor/CMakeFiles/clingMetaProcessor.dir/build.make lib/MetaProcessor/CMakeFiles/clingMetaProcessor.dir/build | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 90%] Linking CXX static library ../libclingMetaProcessor.a | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -P CMakeFiles/clingMetaProcessor.dir/cmake_clean_target.cmake | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/MetaProcessor && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_link_script CMakeFiles/clingMetaProcessor.dir/link.txt --verbose=1 | |
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ar qc ../libclingMetaProcessor.a CMakeFiles/obj.clingMetaProcessor.dir/Display.cpp.o CMakeFiles/obj.clingMetaProcessor.dir/InputValidator.cpp.o CMakeFiles/obj.clingMetaProcessor.dir/MetaLexer.cpp.o CMakeFiles/obj.clingMetaProcessor.dir/MetaParser.cpp.o CMakeFiles/obj.clingMetaProcessor.dir/MetaProcessor.cpp.o CMakeFiles/obj.clingMetaProcessor.dir/MetaSema.cpp.o | |
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ranlib ../libclingMetaProcessor.a | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 90%] Built target clingMetaProcessor | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 90%] Built target obj.clingInterpreter | |
make -f lib/Interpreter/CMakeFiles/clingInterpreter.dir/build.make lib/Interpreter/CMakeFiles/clingInterpreter.dir/depend | |
make -f tools/libcling/CMakeFiles/libcling.dir/build.make tools/libcling/CMakeFiles/libcling.dir/depend | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/lib/Interpreter /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter/CMakeFiles/clingInterpreter.dir/DependInfo.cmake --color= | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/libcling /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/libcling /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/libcling/CMakeFiles/libcling.dir/DependInfo.cmake --color= | |
Scanning dependencies of target clingInterpreter | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f lib/Interpreter/CMakeFiles/clingInterpreter.dir/build.make lib/Interpreter/CMakeFiles/clingInterpreter.dir/build | |
Scanning dependencies of target libcling | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f tools/libcling/CMakeFiles/libcling.dir/build.make tools/libcling/CMakeFiles/libcling.dir/build | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 91%] Linking CXX static library ../libclingInterpreter.a | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -P CMakeFiles/clingInterpreter.dir/cmake_clean_target.cmake | |
[ 92%] Linking CXX shared library ../../lib/libcling.so | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/libcling && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_link_script CMakeFiles/libcling.dir/link.txt --verbose=1 | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/lib/Interpreter && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_link_script CMakeFiles/clingInterpreter.dir/link.txt --verbose=1 | |
/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -fPIC -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -Wl,-O3 -Wl,-z,defs -Wl,-z,nodelete -shared -Wl,-soname,libcling.so.9 -o ../../lib/libcling.so.9 ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/AutoSynthesizer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/AutoloadCallback.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ASTTransformer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/BackendPasses.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/CheckEmptyTransactionTransformer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/CIFactory.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClangInternalState.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClingCodeCompleteConsumer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClingPragmas.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclCollector.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclExtractor.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DefinitionShadower.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclUnloader.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeviceKernelInliner.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManager.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManagerSymbol.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLookup.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicExprInfo.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Exception.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ExternalInterpreterSource.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ForwardDeclPrinter.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalCUDADeviceCompiler.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalExecutor.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalJIT.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalParser.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Interpreter.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/InterpreterCallbacks.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/InvocationOptions.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/LookupHelper.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/NullDerefProtectionTransformer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/RequiredSymbols.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Transaction.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/TransactionUnloader.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValueExtractionSynthesizer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Value.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValuePrinter.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValuePrinterSynthesizer.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/Display.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/InputValidator.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaLexer.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaParser.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaProcessor.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaSema.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/AST.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/Diagnostics.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/ParserStateRAII.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/Output.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/Paths.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/PlatformPosix.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/PlatformWin.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/SourceNormalization.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/UTF8.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/Validation.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -lclangAnalysis -lclangDriver -lclangFrontend -lclangParse -lclangSema -lclangAST -lclangLex -lclangSerialization -lclangCodeGen -lclangBasic -lclangEdit ../../lib/libclingUtils.a -ldl /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAnalysis.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCore.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCoverage.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMExecutionEngine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMipo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMC.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObject.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMOption.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMOrcJIT.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRuntimeDyld.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMScalarOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSupport.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTarget.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTransformUtils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBinaryFormat.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXCodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXDesc.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXInfo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86CodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86AsmParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Desc.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Disassembler.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Info.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Utils.a -lclangAnalysis -lclangDriver -lclangFrontend -lclangParse -lclangSema -lclangCodeGen -lclangEdit /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMExecutionEngine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMJITLink.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRuntimeDyld.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAsmPrinter.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoDWARF.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMGlobalISel.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSelectionDAG.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMCDisassembler.a -lclangRewrite -lclangRewriteFrontend -lclangAST -lclangLex -lclangSerialization -lclangBasic /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCoroutines.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMLTO.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMPasses.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMipo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMIRReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAsmParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMLinker.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMInstrumentation.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMVectorize.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMScalarOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAggressiveInstCombine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMInstCombine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTarget.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitWriter.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObjCARCOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTransformUtils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAnalysis.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObject.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitstreamReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMCParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMC.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoCodeView.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoMSF.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMProfileData.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCore.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBinaryFormat.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRemarks.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSupport.a -lz -lrt -ldl -lpthread -lm /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDemangle.a | |
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ar qc ../libclingInterpreter.a CMakeFiles/obj.clingInterpreter.dir/AutoSynthesizer.cpp.o CMakeFiles/obj.clingInterpreter.dir/AutoloadCallback.cpp.o CMakeFiles/obj.clingInterpreter.dir/ASTTransformer.cpp.o CMakeFiles/obj.clingInterpreter.dir/BackendPasses.cpp.o CMakeFiles/obj.clingInterpreter.dir/CheckEmptyTransactionTransformer.cpp.o CMakeFiles/obj.clingInterpreter.dir/CIFactory.cpp.o CMakeFiles/obj.clingInterpreter.dir/ClangInternalState.cpp.o CMakeFiles/obj.clingInterpreter.dir/ClingCodeCompleteConsumer.cpp.o CMakeFiles/obj.clingInterpreter.dir/ClingPragmas.cpp.o CMakeFiles/obj.clingInterpreter.dir/DeclCollector.cpp.o CMakeFiles/obj.clingInterpreter.dir/DeclExtractor.cpp.o CMakeFiles/obj.clingInterpreter.dir/DefinitionShadower.cpp.o CMakeFiles/obj.clingInterpreter.dir/DeclUnloader.cpp.o CMakeFiles/obj.clingInterpreter.dir/DeviceKernelInliner.cpp.o CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManager.cpp.o CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManagerSymbol.cpp.o CMakeFiles/obj.clingInterpreter.dir/DynamicLookup.cpp.o CMakeFiles/obj.clingInterpreter.dir/DynamicExprInfo.cpp.o CMakeFiles/obj.clingInterpreter.dir/Exception.cpp.o CMakeFiles/obj.clingInterpreter.dir/ExternalInterpreterSource.cpp.o CMakeFiles/obj.clingInterpreter.dir/ForwardDeclPrinter.cpp.o CMakeFiles/obj.clingInterpreter.dir/IncrementalCUDADeviceCompiler.cpp.o CMakeFiles/obj.clingInterpreter.dir/IncrementalExecutor.cpp.o CMakeFiles/obj.clingInterpreter.dir/IncrementalJIT.cpp.o CMakeFiles/obj.clingInterpreter.dir/IncrementalParser.cpp.o CMakeFiles/obj.clingInterpreter.dir/Interpreter.cpp.o CMakeFiles/obj.clingInterpreter.dir/InterpreterCallbacks.cpp.o CMakeFiles/obj.clingInterpreter.dir/InvocationOptions.cpp.o CMakeFiles/obj.clingInterpreter.dir/LookupHelper.cpp.o CMakeFiles/obj.clingInterpreter.dir/NullDerefProtectionTransformer.cpp.o CMakeFiles/obj.clingInterpreter.dir/RequiredSymbols.cpp.o CMakeFiles/obj.clingInterpreter.dir/Transaction.cpp.o CMakeFiles/obj.clingInterpreter.dir/TransactionUnloader.cpp.o CMakeFiles/obj.clingInterpreter.dir/ValueExtractionSynthesizer.cpp.o CMakeFiles/obj.clingInterpreter.dir/Value.cpp.o CMakeFiles/obj.clingInterpreter.dir/ValuePrinter.cpp.o CMakeFiles/obj.clingInterpreter.dir/ValuePrinterSynthesizer.cpp.o | |
/gnu/store/m1z7cdbqsqyp9xnjw5cvlb4a7gkcg3m4-binutils-2.34/bin/ranlib ../libclingInterpreter.a | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 92%] Built target clingInterpreter | |
make -f tools/driver/CMakeFiles/cling.dir/build.make tools/driver/CMakeFiles/cling.dir/depend | |
make -f tools/Jupyter/CMakeFiles/libclingJupyter.dir/build.make tools/Jupyter/CMakeFiles/libclingJupyter.dir/depend | |
make -f tools/demo/CMakeFiles/cling-demo.dir/build.make tools/demo/CMakeFiles/cling-demo.dir/depend | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/driver /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/driver /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/driver/CMakeFiles/cling.dir/DependInfo.cmake --color= | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/Jupyter /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/Jupyter /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/Jupyter/CMakeFiles/libclingJupyter.dir/DependInfo.cmake --color= | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/demo /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/demo /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/demo/CMakeFiles/cling-demo.dir/DependInfo.cmake --color= | |
Scanning dependencies of target libclingJupyter | |
Scanning dependencies of target cling | |
Scanning dependencies of target cling-demo | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f tools/Jupyter/CMakeFiles/libclingJupyter.dir/build.make tools/Jupyter/CMakeFiles/libclingJupyter.dir/build | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make -f tools/driver/CMakeFiles/cling.dir/build.make tools/driver/CMakeFiles/cling.dir/build | |
make -f tools/demo/CMakeFiles/cling-demo.dir/build.make tools/demo/CMakeFiles/cling-demo.dir/build | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[2]: Entering directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
[ 93%] Building CXX object tools/Jupyter/CMakeFiles/libclingJupyter.dir/Kernel.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/Jupyter && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/Jupyter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/Jupyter -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fPIC -fvisibility=default -fvisibility-inlines-hidden -fexceptions -frtti -o CMakeFiles/libclingJupyter.dir/Kernel.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/Jupyter/Kernel.cpp | |
[ 95%] Building CXX object tools/demo/CMakeFiles/cling-demo.dir/cling-demo.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/demo && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Dcling_demo_EXPORTS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/demo -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/demo -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -DLLVMDIR=\"/gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1\" -I/gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/include -std=gnu++11 -o CMakeFiles/cling-demo.dir/cling-demo.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/demo/cling-demo.cpp | |
[ 96%] Building CXX object tools/driver/CMakeFiles/cling.dir/cling.cpp.o | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/driver && /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -DCLING_VERSION="1.0~dev" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/driver -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/driver -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/include -I/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -fvisibility=default -fvisibility-inlines-hidden -o CMakeFiles/cling.dir/cling.cpp.o -c /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/source/tools/driver/cling.cpp | |
[ 97%] Linking CXX executable ../../bin/cling-demo | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/demo && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_link_script CMakeFiles/cling-demo.dir/link.txt --verbose=1 | |
/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -Wl,--export-dynamic -rdynamic CMakeFiles/cling-demo.dir/cling-demo.cpp.o -o ../../bin/cling-demo ../../lib/libclingInterpreter.a ../../lib/libclingUtils.a -lclangCodeGen -lclangDriver -lclangFrontend -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangRewrite -lclangRewriteFrontend -lclangSerialization -lclangAST -lclangBasic -lclangLex /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCoroutines.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCoverage.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMLTO.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObjCARCOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMOption.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMOrcJIT.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMExecutionEngine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMPasses.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMJITLink.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRuntimeDyld.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXCodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMipo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMIRReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAsmParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMInstrumentation.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMLinker.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMVectorize.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXDesc.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXInfo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86CodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAsmPrinter.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoDWARF.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMGlobalISel.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSelectionDAG.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMScalarOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAggressiveInstCombine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMInstCombine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTarget.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTransformUtils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitWriter.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAnalysis.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMProfileData.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86AsmParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Desc.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObject.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCore.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRemarks.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitstreamReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMCParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Disassembler.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMCDisassembler.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMC.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBinaryFormat.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoCodeView.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoMSF.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Info.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Utils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSupport.a -lz -lrt -ldl -lpthread -lm /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDemangle.a | |
[ 98%] Linking CXX shared library ../../lib/libclingJupyter.so | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/Jupyter && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_link_script CMakeFiles/libclingJupyter.dir/link.txt --verbose=1 | |
/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -fPIC -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -Wl,-O3 -Wl,-z,defs -Wl,-z,nodelete -shared -Wl,-soname,libclingJupyter.so.9 -o ../../lib/libclingJupyter.so.9 CMakeFiles/libclingJupyter.dir/Kernel.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -lclangAST -lclangBasic -lclangCodeGen -lclangDriver -lclangFrontend -lclangLex -lclangParse -lclangSema -lclangSerialization ../../lib/libclingUserInterface.a ../../lib/libclingMetaProcessor.a -Wl,--whole-archive ../../lib/libclingInterpreter.a -Wl,--no-whole-archive ../../lib/libclingUtils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCore.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSupport.a -lclangCodeGen -lclangDriver -lclangFrontend -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangRewrite -lclangRewriteFrontend -lclangAST -lclangBasic -lclangLex -lclangSerialization /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCoroutines.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCoverage.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMLTO.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObjCARCOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMOption.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMOrcJIT.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMExecutionEngine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMPasses.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMJITLink.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRuntimeDyld.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXCodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMipo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMIRReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAsmParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMInstrumentation.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMLinker.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMVectorize.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXDesc.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXInfo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86CodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAsmPrinter.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoDWARF.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMGlobalISel.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSelectionDAG.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMScalarOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAggressiveInstCombine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMInstCombine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTarget.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTransformUtils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitWriter.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAnalysis.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMProfileData.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86AsmParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Desc.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObject.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCore.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRemarks.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitstreamReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMCParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Disassembler.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMCDisassembler.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMC.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBinaryFormat.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoCodeView.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoMSF.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Info.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Utils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSupport.a -lz -lrt -ldl -lpthread -lm /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDemangle.a | |
[100%] Linking CXX executable ../../bin/cling | |
cd /tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build/tools/driver && /gnu/store/qixwn3dw6glj848hrr3h8fxm6s7wzxm3-cmake-minimal-3.16.5/bin/cmake -E cmake_link_script CMakeFiles/cling.dir/link.txt --verbose=1 | |
/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -w -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Wno-nested-anon-types -Wno-covered-switch-default -Wno-unused-local-typedef -fno-rtti -O3 -DNDEBUG -Wl,--export-dynamic -rdynamic -Wl,-O3 CMakeFiles/cling.dir/cling.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/AutoSynthesizer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/AutoloadCallback.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ASTTransformer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/BackendPasses.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/CheckEmptyTransactionTransformer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/CIFactory.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClangInternalState.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClingCodeCompleteConsumer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ClingPragmas.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclCollector.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclExtractor.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DefinitionShadower.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeclUnloader.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DeviceKernelInliner.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManager.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLibraryManagerSymbol.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicLookup.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/DynamicExprInfo.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Exception.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ExternalInterpreterSource.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ForwardDeclPrinter.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalCUDADeviceCompiler.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalExecutor.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalJIT.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/IncrementalParser.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Interpreter.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/InterpreterCallbacks.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/InvocationOptions.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/LookupHelper.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/NullDerefProtectionTransformer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/RequiredSymbols.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Transaction.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/TransactionUnloader.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValueExtractionSynthesizer.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/Value.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValuePrinter.cpp.o ../../lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ValuePrinterSynthesizer.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/Display.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/InputValidator.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaLexer.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaParser.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaProcessor.cpp.o ../../lib/MetaProcessor/CMakeFiles/obj.clingMetaProcessor.dir/MetaSema.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/AST.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/Diagnostics.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/ParserStateRAII.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/Output.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/Paths.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/PlatformPosix.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/PlatformWin.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/SourceNormalization.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/UTF8.cpp.o ../../lib/Utils/CMakeFiles/obj.clingUtils.dir/Validation.cpp.o -o ../../bin/cling -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -lpthread /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSupport.a -lclangASTMatchers -lclangFrontendTool ../../lib/libclingUserInterface.a ../../lib/libclingMetaProcessor.a ../../lib/libclingInterpreter.a ../../lib/libclingUtils.a -lclangCodeGen -lclangDriver -lclangFrontend -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangRewrite -lclangRewriteFrontend -lclangSerialization -lclangLex -lclangAST -lclangBasic /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCoroutines.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCoverage.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMLTO.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObjCARCOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMOption.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMOrcJIT.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMExecutionEngine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMPasses.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMJITLink.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRuntimeDyld.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXCodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMipo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMIRReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAsmParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMInstrumentation.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMLinker.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMVectorize.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXDesc.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMNVPTXInfo.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86CodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAsmPrinter.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoDWARF.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMGlobalISel.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSelectionDAG.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCodeGen.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMScalarOpts.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAggressiveInstCombine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMInstCombine.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTarget.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMTransformUtils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitWriter.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMAnalysis.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMProfileData.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86AsmParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Desc.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMObject.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMCore.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMRemarks.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBitstreamReader.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMCParser.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Disassembler.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMCDisassembler.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMMC.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMBinaryFormat.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoCodeView.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDebugInfoMSF.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Info.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMX86Utils.a /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMSupport.a -lz -lrt -lpthread -ldl -lm /gnu/store/qxg10ls0c2bkpaazgbgy9kk95dgxwxrg-llvm-cling-9.0.1/lib/libLLVMDemangle.a | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType0Matcher<clang::VarDecl, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::VarDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_7VarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_7VarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType0Matcher<clang::ParmVarDecl, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::ParmVarDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11ParmVarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11ParmVarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::TypeTraverseMatcher<clang::PointerType>::matches(clang::PointerType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_11PointerTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_11PointerTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::TypeTraverseMatcher<clang::ReferenceType>::matches(clang::ReferenceType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_13ReferenceTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_13ReferenceTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasLHS0Matcher<clang::BinaryOperator, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::BinaryOperator const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZNK5clang12_GLOBAL__N_18internal34matcher_hasControllingExpr0Matcher7matchesERKNS_20GenericSelectionExprEPNS_12ast_matchers8internal14ASTMatchFinderEPNS7_21BoundNodesTreeBuilderE+0x35): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::CollectMatchesCallback::~CollectMatchesCallback()': | |
(.text._ZN5clang12ast_matchers8internal22CollectMatchesCallbackD2Ev[_ZN5clang12ast_matchers8internal22CollectMatchesCallbackD5Ev]+0xfe): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::CollectMatchesCallback::~CollectMatchesCallback()': | |
(.text._ZN5clang12ast_matchers8internal22CollectMatchesCallbackD0Ev[_ZN5clang12ast_matchers8internal22CollectMatchesCallbackD5Ev]+0xf6): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl>::bind(llvm::StringRef) const': | |
(.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE]+0x40): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE]+0x50): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt>::bind(llvm::StringRef) const': | |
(.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE]+0x40): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE]+0x50): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564': | |
(.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564+0x15): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564+0x25): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565': | |
(.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565+0x15): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565+0x25): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x64): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x188): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x198): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::Matcher<clang::Stmt> clang::ast_matchers::findAll<clang::Stmt>(clang::ast_matchers::internal::Matcher<clang::Stmt> const&)': | |
(.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x14): undefined reference to `clang::ast_matchers::eachOf' | |
ld: (.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x1ba): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x1ca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> >::getMatchers<clang::Expr, 0ul, 1ul, 2ul>(llvm::index_sequence<0ul, 1ul, 2ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x1e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x5d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0xa3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv]+0xb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv]+0xc1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_hasType0Matcher, clang::ast_matchers::internal::Matcher<clang::QualType>, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl>)> >::getMatchers<clang::Expr, 0ul, 1ul, 2ul, 3ul>(llvm::index_sequence<0ul, 1ul, 2ul, 3ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x20): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x5f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0xa5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> > const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&>::getMatchers<clang::Stmt, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul>(llvm::index_sequence<0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x3c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x3d9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CallExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CXXConstructorDecl> clang::ast_matchers::internal::makeAllOfComposite<clang::CXXConstructorDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXConstructorDecl> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `llvm::SmallVector<clang::ast_matchers::BoundNodes, 1u> clang::ast_matchers::match<clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::Stmt>(clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::Stmt const&, clang::ASTContext&)': | |
(.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0x93): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xa1): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xb1): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::ast_type_traits::DynTypedNode const&, clang::ASTContext&)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xd8): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0x1c7): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::BinaryOperator> clang::ast_matchers::internal::makeAllOfComposite<clang::BinaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::BinaryOperator> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::UnaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::UnaryOperator> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CXXMemberCallExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::CXXMemberCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXMemberCallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CastExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CastExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXForRangeStmt>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXForRangeStmt> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::ImplicitCastExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ImplicitCastExpr> const*>) [clone .constprop.1183]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Decl, clang::ParmVarDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> const*>) [clone .constprop.1211]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x1f2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x204): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x289): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x29b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::tryEachDeclRef(clang::Decl const*, clang::Stmt const* (clang::ExprMutationAnalyzer::*)(clang::Expr const*))': | |
(.text._ZN5clang20ExprMutationAnalyzer14tryEachDeclRefEPKNS_4DeclEMS0_FPKNS_4StmtEPKNS_4ExprEE+0xf9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::isInstantiated_getInstance()': | |
(.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x96): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x169): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x203): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x31c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x505): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x517): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x5e4): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x653): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>) [clone .constprop.1295]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1295+0x22): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXDependentScopeMemberExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXDependentScopeMemberExpr> const*>) [clone .constprop.1221]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::Expr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::Expr> const*>) [clone .constprop.1267]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>) [clone .constprop.1296]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::(anonymous namespace)::{lambda()#1}::operator()() const [clone .isra.852]': | |
(.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0x42): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0xc8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0xda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0x1c3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findRangeLoopMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x4a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x1c9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x270): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Decl, clang::CXXMethodDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXMethodDecl> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXOperatorCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1e1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x279): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x28b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXConstructExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXConstructExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1e1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x279): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x28b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::isUnevaluated(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x278): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x304): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x393): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x3a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x41b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x496): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x4a6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x527): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x698): undefined reference to `clang::ast_matchers::allOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x788): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x7a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x81b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x988): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xa46): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xa5b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xad0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xb60): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xc47): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xcaa): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd0d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xe8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xe9d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xf22): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xf34): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xfb7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1107): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x111c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x11f4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1376): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1388): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1490): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x14a2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x153c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1851): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::VariadicFunction<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr>, &(clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXOperatorCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const*>))>::operator()<clang::ast_matchers::internal::Matcher<clang::CallExpr>, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_argumentCountIs0Matcher, unsigned int, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)>, clang::ast_matchers::internal::PolymorphicMatcherWithParam2<clang::ast_matchers::internal::matcher_hasArgument0Matcher, unsigned int, clang::ast_matchers::internal::Matcher<clang::Expr>, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> >(clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const&, clang::ast_matchers::internal::Matcher<clang::CallExpr> const&, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_argumentCountIs0Matcher, unsigned int, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> const&, clang::ast_matchers::internal::PolymorphicMatcherWithParam2<clang::ast_matchers::internal::matcher_hasArgument0Matcher, unsigned int, clang::ast_matchers::internal::Matcher<clang::Expr>, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> const&) const': | |
(.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0xda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x1e5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x1f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x281): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::(anonymous namespace)::{lambda()#3}::operator()() const [clone .isra.824]': | |
(.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x3d): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xd6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x195): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x1a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x236): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x352): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x411): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x421): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x48f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x530): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x59f): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x654): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x703): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x713): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x7a4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x8c6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x985): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x995): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xa00): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xa95): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xbf9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xc09): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xcda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xcea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xe0b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xe1b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xeb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findDirectMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x57): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1b4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2f3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x411): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x499): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x4ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x628): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x6b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x6c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x73a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x80e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x940): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0xa4c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0xc92): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findDirectMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1130): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1142): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1481): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1575): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1700): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1712): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x18a3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1960): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1bb0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1bc0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1d24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1ef6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2101): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2192): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x224e): undefined reference to `clang::ast_matchers::cxxOperatorCallExpr' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2493): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x24c3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x26d0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x27cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x286f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x28cd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x28dd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x295e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2a9c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2b1a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2b2a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2bab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2c29): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2c39): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2cba): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2e67): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2e7c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x30d7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x30e7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x32c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x32d7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x36bc): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x3769): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x3828): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x39a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x39b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findArrayElementMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer24findArrayElementMutationEPKNS_4ExprE+0x44): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer24findArrayElementMutationEPKNS_4ExprE+0x135): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findMemberMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x53): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x133): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x1c0): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findMemberMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x34a): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findCastMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x2ce): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x370): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x408): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x4d0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x533): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x61d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x62d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x8d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x964): undefined reference to `clang::ast_matchers::internal::hasAnyNameFunc(llvm::ArrayRef<llvm::StringRef const*>)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x9b9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findReferenceMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x180): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x24e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x436): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x881): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findReferenceMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x8fc): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x92a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x93a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x9bd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xace): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xb74): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xbd4): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xc46): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xca3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xd7e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xd93): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xe06): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xf24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xf7c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x105b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1070): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x12c6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x12db): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x147e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1490): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x152a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x172e): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x173e): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1753): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::ast_type_traits::DynTypedNode const&, clang::ASTContext&)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1788): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x17ac): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1ac3): undefined reference to `clang::ast_matchers::unless' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findFunctionArgMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x141): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x1f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x235): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x3a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x3b5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x436): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x7a0): undefined reference to `clang::ast_matchers::internal::hasAnyNameFunc(llvm::ArrayRef<llvm::StringRef const*>)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x7f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x882): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xa11): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xa21): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xb9c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xc45): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyArgument0Matcher<clang::CXXUnresolvedConstructExpr, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::CXXUnresolvedConstructExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_26CXXUnresolvedConstructExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_26CXXUnresolvedConstructExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xad): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyArgument0Matcher<clang::CallExpr, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xbd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachArgumentWithParam0Matcher<clang::CXXConstructExpr, clang::ast_matchers::internal::Matcher<clang::Expr>, clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> >::matches(clang::CXXConstructExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x10e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x203): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x258): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x41e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x541): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x64f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x977): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa63): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc62): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachArgumentWithParam0Matcher<clang::CallExpr, clang::ast_matchers::internal::Matcher<clang::Expr>, clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> >::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x10e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x203): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x258): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x433): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x548): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x649): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7b3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x95f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa4b): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb09): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc45): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::CXXUnresolvedConstructExpr>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_26CXXUnresolvedConstructExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_26CXXUnresolvedConstructExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xbd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.data.rel.ro._ZTVN5clang12ast_matchers8internal22CollectMatchesCallbackE[_ZTVN5clang12ast_matchers8internal22CollectMatchesCallbackE]+0x38): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::getID() const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasDecayedType0Matcher::matches(clang::DecayedType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasDecayedType0Matcher7matchesERKNS_11DecayedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasDecayedType0Matcher7matchesERKNS_11DecayedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_namesType0Matcher::matches(clang::ElaboratedType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal25matcher_namesType0Matcher7matchesERKNS_14ElaboratedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_namesType0Matcher7matchesERKNS_14ElaboratedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasImplicitDestinationType0Matcher::matches(clang::ImplicitCastExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal42matcher_hasImplicitDestinationType0Matcher7matchesERKNS_16ImplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal42matcher_hasImplicitDestinationType0Matcher7matchesERKNS_16ImplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasDestinationType0Matcher::matches(clang::ExplicitCastExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal34matcher_hasDestinationType0Matcher7matchesERKNS_16ExplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal34matcher_hasDestinationType0Matcher7matchesERKNS_16ExplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasArgumentOfType0Matcher::matches(clang::UnaryExprOrTypeTraitExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_hasArgumentOfType0Matcher7matchesERKNS_24UnaryExprOrTypeTraitExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_hasArgumentOfType0Matcher7matchesERKNS_24UnaryExprOrTypeTraitExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o):(.text._ZNK5clang12ast_matchers8internal25matcher_hasPrefix1Matcher7matchesERKNS_22NestedNameSpecifierLocEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_hasPrefix1Matcher7matchesERKNS_22NestedNameSpecifierLocEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x35): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isSameOrDerivedFrom1Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa7): undefined reference to `clang::ast_matchers::internal::HasNameMatcher::HasNameMatcher(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x181): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isDerivedFrom1Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa7): undefined reference to `clang::ast_matchers::internal::HasNameMatcher::HasNameMatcher(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x181): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isSameOrDerivedFrom0Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x84): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1db): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x285): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_thisPointerType1Matcher::matches(clang::CXXMemberCallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9c): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x277): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x289): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x398): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x423): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_thisPointerType0Matcher::matches(clang::CXXMemberCallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9c): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x27a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3a0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x433): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType1Matcher<clang::Expr, clang::ast_matchers::internal::Matcher<clang::Decl> >::matches(clang::Expr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType1MatcherINS_4ExprENS1_7MatcherINS_4DeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType1MatcherINS_4ExprENS1_7MatcherINS_4DeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xe0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_references1Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal26matcher_references1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal26matcher_references1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x11e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_pointsTo1Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal24matcher_pointsTo1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal24matcher_pointsTo1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x11e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_callee1Matcher::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x142): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyClause0Matcher::matches(clang::OMPExecutableDirective const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal28matcher_hasAnyClause0Matcher7matchesERKNS_22OMPExecutableDirectiveEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal28matcher_hasAnyClause0Matcher7matchesERKNS_22OMPExecutableDirectiveEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xad): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasMethod0Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal25matcher_hasMethod0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_hasMethod0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachConstructorInitializer0Matcher::matches(clang::CXXConstructorDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xfb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x24f): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyConstructorInitializer0Matcher::matches(clang::CXXConstructorDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal44matcher_hasAnyConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal44matcher_hasAnyConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachSwitchCase0Matcher::matches(clang::SwitchStmt const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x21e): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyUsingShadowDecl0Matcher::matches(clang::UsingDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal37matcher_hasAnyUsingShadowDecl0Matcher7matchesERKNS_9UsingDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal37matcher_hasAnyUsingShadowDecl0Matcher7matchesERKNS_9UsingDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x95): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachOverridden0Matcher::matches(clang::CXXMethodDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xdf): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x22f): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyDeclaration0Matcher::matches(clang::OverloadExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_hasAnyDeclaration0Matcher7matchesERKNS_12OverloadExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_hasAnyDeclaration0Matcher7matchesERKNS_12OverloadExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::UsingDecl>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_9UsingDeclEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_9UsingDeclEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::OverloadExpr>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_12OverloadExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_12OverloadExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xd1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::SwitchStmt>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2e6): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::HasDeclarationMatcher<clang::QualType, clang::ast_matchers::internal::Matcher<clang::Decl> >::matchesSpecialized(clang::Type const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal21HasDeclarationMatcherINS_8QualTypeENS1_7MatcherINS_4DeclEEEE18matchesSpecializedERKNS_4TypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal21HasDeclarationMatcherINS_8QualTypeENS1_7MatcherINS_4DeclEEEE18matchesSpecializedERKNS_4TypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x91): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
collect2: error: ld returned 1 exit status | |
make[2]: *** [tools/libcling/CMakeFiles/libcling.dir/build.make:242: lib/libcling.so.9] Error 1 | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[1]: *** [CMakeFiles/Makefile2:672: tools/libcling/CMakeFiles/libcling.dir/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType0Matcher<clang::VarDecl, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::VarDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_7VarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_7VarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType0Matcher<clang::ParmVarDecl, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::ParmVarDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11ParmVarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11ParmVarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::TypeTraverseMatcher<clang::PointerType>::matches(clang::PointerType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_11PointerTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_11PointerTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::TypeTraverseMatcher<clang::ReferenceType>::matches(clang::ReferenceType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_13ReferenceTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_13ReferenceTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasLHS0Matcher<clang::BinaryOperator, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::BinaryOperator const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZNK5clang12_GLOBAL__N_18internal34matcher_hasControllingExpr0Matcher7matchesERKNS_20GenericSelectionExprEPNS_12ast_matchers8internal14ASTMatchFinderEPNS7_21BoundNodesTreeBuilderE+0x35): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::CollectMatchesCallback::~CollectMatchesCallback()': | |
(.text._ZN5clang12ast_matchers8internal22CollectMatchesCallbackD2Ev[_ZN5clang12ast_matchers8internal22CollectMatchesCallbackD5Ev]+0xfe): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::CollectMatchesCallback::~CollectMatchesCallback()': | |
(.text._ZN5clang12ast_matchers8internal22CollectMatchesCallbackD0Ev[_ZN5clang12ast_matchers8internal22CollectMatchesCallbackD5Ev]+0xf6): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl>::bind(llvm::StringRef) const': | |
(.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE]+0x40): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE]+0x50): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt>::bind(llvm::StringRef) const': | |
(.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE]+0x40): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE]+0x50): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564': | |
(.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564+0x15): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564+0x25): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565': | |
(.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565+0x15): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565+0x25): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x64): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x188): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x198): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::Matcher<clang::Stmt> clang::ast_matchers::findAll<clang::Stmt>(clang::ast_matchers::internal::Matcher<clang::Stmt> const&)': | |
(.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x14): undefined reference to `clang::ast_matchers::eachOf' | |
ld: (.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x1ba): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x1ca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> >::getMatchers<clang::Expr, 0ul, 1ul, 2ul>(llvm::index_sequence<0ul, 1ul, 2ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x1e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x5d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0xa3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv]+0xb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv]+0xc1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_hasType0Matcher, clang::ast_matchers::internal::Matcher<clang::QualType>, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl>)> >::getMatchers<clang::Expr, 0ul, 1ul, 2ul, 3ul>(llvm::index_sequence<0ul, 1ul, 2ul, 3ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x20): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x5f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0xa5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> > const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&>::getMatchers<clang::Stmt, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul>(llvm::index_sequence<0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x3c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x3d9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CallExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CXXConstructorDecl> clang::ast_matchers::internal::makeAllOfComposite<clang::CXXConstructorDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXConstructorDecl> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `llvm::SmallVector<clang::ast_matchers::BoundNodes, 1u> clang::ast_matchers::match<clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::Stmt>(clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::Stmt const&, clang::ASTContext&)': | |
(.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0x93): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xa1): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xb1): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::ast_type_traits::DynTypedNode const&, clang::ASTContext&)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xd8): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0x1c7): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::BinaryOperator> clang::ast_matchers::internal::makeAllOfComposite<clang::BinaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::BinaryOperator> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::UnaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::UnaryOperator> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CXXMemberCallExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::CXXMemberCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXMemberCallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CastExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CastExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXForRangeStmt>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXForRangeStmt> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::ImplicitCastExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ImplicitCastExpr> const*>) [clone .constprop.1183]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Decl, clang::ParmVarDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> const*>) [clone .constprop.1211]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x1f2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x204): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x289): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x29b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::tryEachDeclRef(clang::Decl const*, clang::Stmt const* (clang::ExprMutationAnalyzer::*)(clang::Expr const*))': | |
(.text._ZN5clang20ExprMutationAnalyzer14tryEachDeclRefEPKNS_4DeclEMS0_FPKNS_4StmtEPKNS_4ExprEE+0xf9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::isInstantiated_getInstance()': | |
(.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x96): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x169): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x203): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x31c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x505): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x517): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x5e4): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x653): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>) [clone .constprop.1295]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1295+0x22): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXDependentScopeMemberExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXDependentScopeMemberExpr> const*>) [clone .constprop.1221]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::Expr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::Expr> const*>) [clone .constprop.1267]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>) [clone .constprop.1296]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::(anonymous namespace)::{lambda()#1}::operator()() const [clone .isra.852]': | |
(.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0x42): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0xc8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0xda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0x1c3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findRangeLoopMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x4a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x1c9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x270): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Decl, clang::CXXMethodDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXMethodDecl> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXOperatorCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1e1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x279): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x28b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXConstructExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXConstructExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1e1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x279): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x28b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::isUnevaluated(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x278): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x304): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x393): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x3a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x41b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x496): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x4a6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x527): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x698): undefined reference to `clang::ast_matchers::allOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x788): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x7a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x81b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x988): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xa46): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xa5b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xad0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xb60): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xc47): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xcaa): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd0d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xe8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xe9d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xf22): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xf34): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xfb7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1107): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x111c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x11f4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1376): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1388): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1490): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x14a2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x153c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1851): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::VariadicFunction<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr>, &(clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXOperatorCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const*>))>::operator()<clang::ast_matchers::internal::Matcher<clang::CallExpr>, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_argumentCountIs0Matcher, unsigned int, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)>, clang::ast_matchers::internal::PolymorphicMatcherWithParam2<clang::ast_matchers::internal::matcher_hasArgument0Matcher, unsigned int, clang::ast_matchers::internal::Matcher<clang::Expr>, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> >(clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const&, clang::ast_matchers::internal::Matcher<clang::CallExpr> const&, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_argumentCountIs0Matcher, unsigned int, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> const&, clang::ast_matchers::internal::PolymorphicMatcherWithParam2<clang::ast_matchers::internal::matcher_hasArgument0Matcher, unsigned int, clang::ast_matchers::internal::Matcher<clang::Expr>, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> const&) const': | |
(.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0xda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x1e5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x1f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x281): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::(anonymous namespace)::{lambda()#3}::operator()() const [clone .isra.824]': | |
(.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x3d): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xd6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x195): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x1a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x236): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x352): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x411): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x421): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x48f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x530): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x59f): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x654): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x703): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x713): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x7a4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x8c6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x985): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x995): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xa00): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xa95): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xbf9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xc09): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xcda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xcea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xe0b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xe1b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xeb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findDirectMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x57): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1b4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2f3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x411): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x499): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x4ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x628): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x6b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x6c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x73a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x80e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x940): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0xa4c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0xc92): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findDirectMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1130): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1142): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1481): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1575): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1700): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1712): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x18a3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1960): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1bb0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1bc0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1d24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1ef6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2101): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2192): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x224e): undefined reference to `clang::ast_matchers::cxxOperatorCallExpr' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2493): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x24c3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x26d0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x27cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x286f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x28cd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x28dd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x295e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2a9c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2b1a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2b2a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2bab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2c29): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2c39): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2cba): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2e67): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2e7c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x30d7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x30e7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x32c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x32d7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x36bc): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x3769): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x3828): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x39a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x39b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findArrayElementMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer24findArrayElementMutationEPKNS_4ExprE+0x44): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer24findArrayElementMutationEPKNS_4ExprE+0x135): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findMemberMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x53): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x133): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x1c0): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findMemberMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x34a): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findCastMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x2ce): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x370): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x408): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x4d0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x533): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x61d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x62d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x8d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x964): undefined reference to `clang::ast_matchers::internal::hasAnyNameFunc(llvm::ArrayRef<llvm::StringRef const*>)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x9b9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findReferenceMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x180): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x24e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x436): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x881): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findReferenceMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x8fc): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x92a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x93a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x9bd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xace): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xb74): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xbd4): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xc46): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xca3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xd7e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xd93): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xe06): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xf24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xf7c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x105b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1070): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x12c6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x12db): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x147e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1490): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x152a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x172e): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x173e): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1753): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::ast_type_traits::DynTypedNode const&, clang::ASTContext&)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1788): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x17ac): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1ac3): undefined reference to `clang::ast_matchers::unless' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findFunctionArgMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x141): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x1f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x235): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x3a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x3b5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x436): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x7a0): undefined reference to `clang::ast_matchers::internal::hasAnyNameFunc(llvm::ArrayRef<llvm::StringRef const*>)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x7f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x882): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xa11): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xa21): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xb9c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xc45): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyArgument0Matcher<clang::CXXUnresolvedConstructExpr, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::CXXUnresolvedConstructExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_26CXXUnresolvedConstructExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_26CXXUnresolvedConstructExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xad): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyArgument0Matcher<clang::CallExpr, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xbd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachArgumentWithParam0Matcher<clang::CXXConstructExpr, clang::ast_matchers::internal::Matcher<clang::Expr>, clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> >::matches(clang::CXXConstructExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x10e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x203): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x258): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x41e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x541): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x64f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x977): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa63): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc62): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachArgumentWithParam0Matcher<clang::CallExpr, clang::ast_matchers::internal::Matcher<clang::Expr>, clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> >::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x10e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x203): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x258): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x433): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x548): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x649): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7b3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x95f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa4b): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb09): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc45): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::CXXUnresolvedConstructExpr>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_26CXXUnresolvedConstructExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_26CXXUnresolvedConstructExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xbd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.data.rel.ro._ZTVN5clang12ast_matchers8internal22CollectMatchesCallbackE[_ZTVN5clang12ast_matchers8internal22CollectMatchesCallbackE]+0x38): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::getID() const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasDecayedType0Matcher::matches(clang::DecayedType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasDecayedType0Matcher7matchesERKNS_11DecayedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasDecayedType0Matcher7matchesERKNS_11DecayedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_namesType0Matcher::matches(clang::ElaboratedType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal25matcher_namesType0Matcher7matchesERKNS_14ElaboratedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_namesType0Matcher7matchesERKNS_14ElaboratedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasImplicitDestinationType0Matcher::matches(clang::ImplicitCastExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal42matcher_hasImplicitDestinationType0Matcher7matchesERKNS_16ImplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal42matcher_hasImplicitDestinationType0Matcher7matchesERKNS_16ImplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasDestinationType0Matcher::matches(clang::ExplicitCastExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal34matcher_hasDestinationType0Matcher7matchesERKNS_16ExplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal34matcher_hasDestinationType0Matcher7matchesERKNS_16ExplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasArgumentOfType0Matcher::matches(clang::UnaryExprOrTypeTraitExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_hasArgumentOfType0Matcher7matchesERKNS_24UnaryExprOrTypeTraitExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_hasArgumentOfType0Matcher7matchesERKNS_24UnaryExprOrTypeTraitExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o):(.text._ZNK5clang12ast_matchers8internal25matcher_hasPrefix1Matcher7matchesERKNS_22NestedNameSpecifierLocEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_hasPrefix1Matcher7matchesERKNS_22NestedNameSpecifierLocEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x35): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isSameOrDerivedFrom1Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa7): undefined reference to `clang::ast_matchers::internal::HasNameMatcher::HasNameMatcher(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x181): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isDerivedFrom1Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa7): undefined reference to `clang::ast_matchers::internal::HasNameMatcher::HasNameMatcher(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x181): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isSameOrDerivedFrom0Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x84): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1db): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x285): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_thisPointerType1Matcher::matches(clang::CXXMemberCallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9c): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x277): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x289): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x398): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x423): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_thisPointerType0Matcher::matches(clang::CXXMemberCallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9c): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x27a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3a0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x433): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType1Matcher<clang::Expr, clang::ast_matchers::internal::Matcher<clang::Decl> >::matches(clang::Expr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType1MatcherINS_4ExprENS1_7MatcherINS_4DeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType1MatcherINS_4ExprENS1_7MatcherINS_4DeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xe0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_references1Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal26matcher_references1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal26matcher_references1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x11e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_pointsTo1Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal24matcher_pointsTo1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal24matcher_pointsTo1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x11e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_callee1Matcher::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x142): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyClause0Matcher::matches(clang::OMPExecutableDirective const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal28matcher_hasAnyClause0Matcher7matchesERKNS_22OMPExecutableDirectiveEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal28matcher_hasAnyClause0Matcher7matchesERKNS_22OMPExecutableDirectiveEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xad): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasMethod0Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal25matcher_hasMethod0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_hasMethod0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachConstructorInitializer0Matcher::matches(clang::CXXConstructorDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xfb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x24f): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyConstructorInitializer0Matcher::matches(clang::CXXConstructorDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal44matcher_hasAnyConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal44matcher_hasAnyConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachSwitchCase0Matcher::matches(clang::SwitchStmt const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x21e): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyUsingShadowDecl0Matcher::matches(clang::UsingDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal37matcher_hasAnyUsingShadowDecl0Matcher7matchesERKNS_9UsingDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal37matcher_hasAnyUsingShadowDecl0Matcher7matchesERKNS_9UsingDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x95): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachOverridden0Matcher::matches(clang::CXXMethodDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xdf): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x22f): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyDeclaration0Matcher::matches(clang::OverloadExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_hasAnyDeclaration0Matcher7matchesERKNS_12OverloadExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_hasAnyDeclaration0Matcher7matchesERKNS_12OverloadExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::UsingDecl>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_9UsingDeclEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_9UsingDeclEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::OverloadExpr>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_12OverloadExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_12OverloadExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xd1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::SwitchStmt>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2e6): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::HasDeclarationMatcher<clang::QualType, clang::ast_matchers::internal::Matcher<clang::Decl> >::matchesSpecialized(clang::Type const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal21HasDeclarationMatcherINS_8QualTypeENS1_7MatcherINS_4DeclEEEE18matchesSpecializedERKNS_4TypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal21HasDeclarationMatcherINS_8QualTypeENS1_7MatcherINS_4DeclEEEE18matchesSpecializedERKNS_4TypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x91): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
collect2: error: ld returned 1 exit status | |
make[2]: *** [tools/demo/CMakeFiles/cling-demo.dir/build.make:140: bin/cling-demo] Error 1 | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[1]: *** [CMakeFiles/Makefile2:700: tools/demo/CMakeFiles/cling-demo.dir/all] Error 2 | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType0Matcher<clang::VarDecl, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::VarDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_7VarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_7VarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType0Matcher<clang::ParmVarDecl, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::ParmVarDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11ParmVarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11ParmVarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::TypeTraverseMatcher<clang::PointerType>::matches(clang::PointerType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_11PointerTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_11PointerTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::TypeTraverseMatcher<clang::ReferenceType>::matches(clang::ReferenceType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_13ReferenceTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_13ReferenceTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasLHS0Matcher<clang::BinaryOperator, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::BinaryOperator const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZNK5clang12_GLOBAL__N_18internal34matcher_hasControllingExpr0Matcher7matchesERKNS_20GenericSelectionExprEPNS_12ast_matchers8internal14ASTMatchFinderEPNS7_21BoundNodesTreeBuilderE+0x35): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::CollectMatchesCallback::~CollectMatchesCallback()': | |
(.text._ZN5clang12ast_matchers8internal22CollectMatchesCallbackD2Ev[_ZN5clang12ast_matchers8internal22CollectMatchesCallbackD5Ev]+0xfe): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::CollectMatchesCallback::~CollectMatchesCallback()': | |
(.text._ZN5clang12ast_matchers8internal22CollectMatchesCallbackD0Ev[_ZN5clang12ast_matchers8internal22CollectMatchesCallbackD5Ev]+0xf6): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl>::bind(llvm::StringRef) const': | |
(.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE]+0x40): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE]+0x50): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt>::bind(llvm::StringRef) const': | |
(.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE]+0x40): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE]+0x50): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564': | |
(.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564+0x15): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564+0x25): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565': | |
(.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565+0x15): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565+0x25): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x64): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x188): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x198): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::Matcher<clang::Stmt> clang::ast_matchers::findAll<clang::Stmt>(clang::ast_matchers::internal::Matcher<clang::Stmt> const&)': | |
(.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x14): undefined reference to `clang::ast_matchers::eachOf' | |
ld: (.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x1ba): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x1ca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> >::getMatchers<clang::Expr, 0ul, 1ul, 2ul>(llvm::index_sequence<0ul, 1ul, 2ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x1e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x5d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0xa3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv]+0xb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv]+0xc1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_hasType0Matcher, clang::ast_matchers::internal::Matcher<clang::QualType>, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl>)> >::getMatchers<clang::Expr, 0ul, 1ul, 2ul, 3ul>(llvm::index_sequence<0ul, 1ul, 2ul, 3ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x20): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x5f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0xa5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> > const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&>::getMatchers<clang::Stmt, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul>(llvm::index_sequence<0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x3c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x3d9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CallExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CXXConstructorDecl> clang::ast_matchers::internal::makeAllOfComposite<clang::CXXConstructorDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXConstructorDecl> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `llvm::SmallVector<clang::ast_matchers::BoundNodes, 1u> clang::ast_matchers::match<clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::Stmt>(clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::Stmt const&, clang::ASTContext&)': | |
(.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0x93): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xa1): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xb1): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::ast_type_traits::DynTypedNode const&, clang::ASTContext&)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xd8): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0x1c7): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::BinaryOperator> clang::ast_matchers::internal::makeAllOfComposite<clang::BinaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::BinaryOperator> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::UnaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::UnaryOperator> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CXXMemberCallExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::CXXMemberCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXMemberCallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CastExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CastExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXForRangeStmt>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXForRangeStmt> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::ImplicitCastExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ImplicitCastExpr> const*>) [clone .constprop.1183]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Decl, clang::ParmVarDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> const*>) [clone .constprop.1211]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x1f2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x204): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x289): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x29b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::tryEachDeclRef(clang::Decl const*, clang::Stmt const* (clang::ExprMutationAnalyzer::*)(clang::Expr const*))': | |
(.text._ZN5clang20ExprMutationAnalyzer14tryEachDeclRefEPKNS_4DeclEMS0_FPKNS_4StmtEPKNS_4ExprEE+0xf9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::isInstantiated_getInstance()': | |
(.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x96): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x169): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x203): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x31c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x505): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x517): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x5e4): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x653): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>) [clone .constprop.1295]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1295+0x22): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXDependentScopeMemberExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXDependentScopeMemberExpr> const*>) [clone .constprop.1221]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::Expr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::Expr> const*>) [clone .constprop.1267]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>) [clone .constprop.1296]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::(anonymous namespace)::{lambda()#1}::operator()() const [clone .isra.852]': | |
(.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0x42): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0xc8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0xda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0x1c3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findRangeLoopMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x4a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x1c9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x270): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Decl, clang::CXXMethodDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXMethodDecl> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXOperatorCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1e1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x279): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x28b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXConstructExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXConstructExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1e1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x279): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x28b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::isUnevaluated(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x278): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x304): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x393): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x3a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x41b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x496): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x4a6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x527): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x698): undefined reference to `clang::ast_matchers::allOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x788): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x7a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x81b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x988): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xa46): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xa5b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xad0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xb60): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xc47): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xcaa): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd0d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xe8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xe9d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xf22): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xf34): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xfb7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1107): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x111c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x11f4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1376): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1388): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1490): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x14a2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x153c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1851): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::VariadicFunction<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr>, &(clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXOperatorCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const*>))>::operator()<clang::ast_matchers::internal::Matcher<clang::CallExpr>, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_argumentCountIs0Matcher, unsigned int, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)>, clang::ast_matchers::internal::PolymorphicMatcherWithParam2<clang::ast_matchers::internal::matcher_hasArgument0Matcher, unsigned int, clang::ast_matchers::internal::Matcher<clang::Expr>, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> >(clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const&, clang::ast_matchers::internal::Matcher<clang::CallExpr> const&, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_argumentCountIs0Matcher, unsigned int, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> const&, clang::ast_matchers::internal::PolymorphicMatcherWithParam2<clang::ast_matchers::internal::matcher_hasArgument0Matcher, unsigned int, clang::ast_matchers::internal::Matcher<clang::Expr>, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> const&) const': | |
(.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0xda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x1e5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x1f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x281): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::(anonymous namespace)::{lambda()#3}::operator()() const [clone .isra.824]': | |
(.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x3d): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xd6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x195): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x1a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x236): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x352): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x411): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x421): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x48f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x530): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x59f): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x654): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x703): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x713): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x7a4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x8c6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x985): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x995): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xa00): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xa95): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xbf9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xc09): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xcda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xcea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xe0b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xe1b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xeb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findDirectMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x57): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1b4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2f3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x411): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x499): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x4ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x628): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x6b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x6c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x73a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x80e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x940): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0xa4c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0xc92): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findDirectMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1130): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1142): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1481): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1575): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1700): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1712): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x18a3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1960): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1bb0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1bc0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1d24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1ef6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2101): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2192): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x224e): undefined reference to `clang::ast_matchers::cxxOperatorCallExpr' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2493): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x24c3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x26d0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x27cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x286f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x28cd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x28dd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x295e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2a9c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2b1a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2b2a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2bab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2c29): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2c39): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2cba): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2e67): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2e7c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x30d7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x30e7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x32c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x32d7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x36bc): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x3769): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x3828): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x39a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x39b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findArrayElementMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer24findArrayElementMutationEPKNS_4ExprE+0x44): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer24findArrayElementMutationEPKNS_4ExprE+0x135): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findMemberMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x53): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x133): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x1c0): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findMemberMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x34a): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findCastMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x2ce): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x370): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x408): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x4d0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x533): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x61d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x62d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x8d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x964): undefined reference to `clang::ast_matchers::internal::hasAnyNameFunc(llvm::ArrayRef<llvm::StringRef const*>)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x9b9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findReferenceMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x180): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x24e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x436): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x881): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findReferenceMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x8fc): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x92a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x93a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x9bd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xace): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xb74): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xbd4): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xc46): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xca3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xd7e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xd93): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xe06): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xf24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xf7c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x105b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1070): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x12c6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x12db): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x147e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1490): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x152a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x172e): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x173e): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1753): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::ast_type_traits::DynTypedNode const&, clang::ASTContext&)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1788): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x17ac): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1ac3): undefined reference to `clang::ast_matchers::unless' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findFunctionArgMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x141): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x1f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x235): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x3a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x3b5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x436): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x7a0): undefined reference to `clang::ast_matchers::internal::hasAnyNameFunc(llvm::ArrayRef<llvm::StringRef const*>)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x7f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x882): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xa11): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xa21): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xb9c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xc45): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyArgument0Matcher<clang::CXXUnresolvedConstructExpr, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::CXXUnresolvedConstructExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_26CXXUnresolvedConstructExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_26CXXUnresolvedConstructExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xad): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyArgument0Matcher<clang::CallExpr, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xbd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachArgumentWithParam0Matcher<clang::CXXConstructExpr, clang::ast_matchers::internal::Matcher<clang::Expr>, clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> >::matches(clang::CXXConstructExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x10e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x203): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x258): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x41e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x541): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x64f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x977): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa63): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc62): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachArgumentWithParam0Matcher<clang::CallExpr, clang::ast_matchers::internal::Matcher<clang::Expr>, clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> >::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x10e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x203): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x258): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x433): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x548): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x649): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7b3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x95f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa4b): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb09): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc45): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::CXXUnresolvedConstructExpr>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_26CXXUnresolvedConstructExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_26CXXUnresolvedConstructExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xbd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.data.rel.ro._ZTVN5clang12ast_matchers8internal22CollectMatchesCallbackE[_ZTVN5clang12ast_matchers8internal22CollectMatchesCallbackE]+0x38): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::getID() const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasDecayedType0Matcher::matches(clang::DecayedType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasDecayedType0Matcher7matchesERKNS_11DecayedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasDecayedType0Matcher7matchesERKNS_11DecayedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_namesType0Matcher::matches(clang::ElaboratedType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal25matcher_namesType0Matcher7matchesERKNS_14ElaboratedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_namesType0Matcher7matchesERKNS_14ElaboratedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasImplicitDestinationType0Matcher::matches(clang::ImplicitCastExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal42matcher_hasImplicitDestinationType0Matcher7matchesERKNS_16ImplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal42matcher_hasImplicitDestinationType0Matcher7matchesERKNS_16ImplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasDestinationType0Matcher::matches(clang::ExplicitCastExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal34matcher_hasDestinationType0Matcher7matchesERKNS_16ExplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal34matcher_hasDestinationType0Matcher7matchesERKNS_16ExplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasArgumentOfType0Matcher::matches(clang::UnaryExprOrTypeTraitExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_hasArgumentOfType0Matcher7matchesERKNS_24UnaryExprOrTypeTraitExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_hasArgumentOfType0Matcher7matchesERKNS_24UnaryExprOrTypeTraitExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o):(.text._ZNK5clang12ast_matchers8internal25matcher_hasPrefix1Matcher7matchesERKNS_22NestedNameSpecifierLocEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_hasPrefix1Matcher7matchesERKNS_22NestedNameSpecifierLocEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x35): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isSameOrDerivedFrom1Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa7): undefined reference to `clang::ast_matchers::internal::HasNameMatcher::HasNameMatcher(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x181): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isDerivedFrom1Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa7): undefined reference to `clang::ast_matchers::internal::HasNameMatcher::HasNameMatcher(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x181): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isSameOrDerivedFrom0Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x84): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1db): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x285): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_thisPointerType1Matcher::matches(clang::CXXMemberCallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9c): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x277): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x289): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x398): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x423): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_thisPointerType0Matcher::matches(clang::CXXMemberCallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9c): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x27a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3a0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x433): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType1Matcher<clang::Expr, clang::ast_matchers::internal::Matcher<clang::Decl> >::matches(clang::Expr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType1MatcherINS_4ExprENS1_7MatcherINS_4DeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType1MatcherINS_4ExprENS1_7MatcherINS_4DeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xe0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_references1Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal26matcher_references1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal26matcher_references1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x11e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_pointsTo1Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal24matcher_pointsTo1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal24matcher_pointsTo1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x11e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_callee1Matcher::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x142): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyClause0Matcher::matches(clang::OMPExecutableDirective const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal28matcher_hasAnyClause0Matcher7matchesERKNS_22OMPExecutableDirectiveEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal28matcher_hasAnyClause0Matcher7matchesERKNS_22OMPExecutableDirectiveEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xad): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasMethod0Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal25matcher_hasMethod0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_hasMethod0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachConstructorInitializer0Matcher::matches(clang::CXXConstructorDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xfb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x24f): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyConstructorInitializer0Matcher::matches(clang::CXXConstructorDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal44matcher_hasAnyConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal44matcher_hasAnyConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachSwitchCase0Matcher::matches(clang::SwitchStmt const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x21e): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyUsingShadowDecl0Matcher::matches(clang::UsingDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal37matcher_hasAnyUsingShadowDecl0Matcher7matchesERKNS_9UsingDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal37matcher_hasAnyUsingShadowDecl0Matcher7matchesERKNS_9UsingDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x95): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachOverridden0Matcher::matches(clang::CXXMethodDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xdf): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x22f): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyDeclaration0Matcher::matches(clang::OverloadExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_hasAnyDeclaration0Matcher7matchesERKNS_12OverloadExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_hasAnyDeclaration0Matcher7matchesERKNS_12OverloadExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::UsingDecl>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_9UsingDeclEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_9UsingDeclEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::OverloadExpr>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_12OverloadExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_12OverloadExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xd1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::SwitchStmt>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2e6): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::HasDeclarationMatcher<clang::QualType, clang::ast_matchers::internal::Matcher<clang::Decl> >::matchesSpecialized(clang::Type const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal21HasDeclarationMatcherINS_8QualTypeENS1_7MatcherINS_4DeclEEEE18matchesSpecializedERKNS_4TypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal21HasDeclarationMatcherINS_8QualTypeENS1_7MatcherINS_4DeclEEEE18matchesSpecializedERKNS_4TypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x91): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
collect2: error: ld returned 1 exit status | |
make[2]: *** [tools/Jupyter/CMakeFiles/libclingJupyter.dir/build.make:144: lib/libclingJupyter.so.9] Error 1 | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[1]: *** [CMakeFiles/Makefile2:614: tools/Jupyter/CMakeFiles/libclingJupyter.dir/all] Error 2 | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteModernObjC.cpp.o): in function `(anonymous namespace)::RewriteModernObjC::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)': | |
(.text._ZN12_GLOBAL__N_117RewriteModernObjC11ReplaceTextEN5clang14SourceLocationEjN4llvm9StringRefE+0xe): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteModernObjC.cpp.o): in function `(anonymous namespace)::RewriteModernObjC::InsertText(clang::SourceLocation, llvm::StringRef, bool) [clone .constprop.1026]': | |
(.text._ZN12_GLOBAL__N_117RewriteModernObjC10InsertTextEN5clang14SourceLocationEN4llvm9StringRefEb.constprop.1026+0x17): undefined reference to `clang::Rewriter::InsertText(clang::SourceLocation, llvm::StringRef, bool, bool)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteModernObjC.cpp.o): in function `(anonymous namespace)::RewriteModernObjC::~RewriteModernObjC()': | |
(.text._ZN12_GLOBAL__N_117RewriteModernObjCD2Ev+0x45f): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZN12_GLOBAL__N_117RewriteModernObjCD2Ev+0x467): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteModernObjC.cpp.o): in function `(anonymous namespace)::RewriteModernObjC::ReplaceStmtWithRange(clang::Stmt*, clang::Stmt*, clang::SourceRange)': | |
(.text._ZN12_GLOBAL__N_117RewriteModernObjC20ReplaceStmtWithRangeEPN5clang4StmtES3_NS1_11SourceRangeE+0x14b): undefined reference to `clang::Rewriter::getRangeSize(clang::SourceRange, clang::Rewriter::RewriteOptions) const' | |
ld: (.text._ZN12_GLOBAL__N_117RewriteModernObjC20ReplaceStmtWithRangeEPN5clang4StmtES3_NS1_11SourceRangeE+0x337): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteModernObjC.cpp.o): in function `(anonymous namespace)::RewriteModernObjC::RewriteFunctionBodyOrGlobalInitializer(clang::Stmt*)': | |
(.text._ZN12_GLOBAL__N_117RewriteModernObjC38RewriteFunctionBodyOrGlobalInitializerEPN5clang4StmtE+0x5e1): undefined reference to `clang::Rewriter::getRewrittenText[abi:cxx11](clang::CharSourceRange) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteModernObjC.cpp.o): in function `(anonymous namespace)::RewriteModernObjC::HandleTranslationUnit(clang::ASTContext&) [clone .part.1004]': | |
(.text._ZN12_GLOBAL__N_117RewriteModernObjC21HandleTranslationUnitERN5clang10ASTContextE.part.1004+0x1a4): undefined reference to `clang::Rewriter::InsertText(clang::SourceLocation, llvm::StringRef, bool, bool)' | |
ld: (.text._ZN12_GLOBAL__N_117RewriteModernObjC21HandleTranslationUnitERN5clang10ASTContextE.part.1004+0x357): undefined reference to `clang::RopePieceBTreeIterator::RopePieceBTreeIterator(void const*)' | |
ld: (.text._ZN12_GLOBAL__N_117RewriteModernObjC21HandleTranslationUnitERN5clang10ASTContextE.part.1004+0x764): undefined reference to `clang::RopePieceBTreeIterator::MoveToNextPiece()' | |
ld: (.text._ZN12_GLOBAL__N_117RewriteModernObjC21HandleTranslationUnitERN5clang10ASTContextE.part.1004+0x1a59): undefined reference to `clang::RopePieceBTreeIterator::MoveToNextPiece()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType0Matcher<clang::VarDecl, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::VarDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_7VarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_7VarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType0Matcher<clang::ParmVarDecl, clang::ast_matchers::internal::Matcher<clang::QualType> >::matches(clang::ParmVarDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11ParmVarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType0MatcherINS_11ParmVarDeclENS1_7MatcherINS_8QualTypeEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::TypeTraverseMatcher<clang::PointerType>::matches(clang::PointerType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_11PointerTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_11PointerTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::TypeTraverseMatcher<clang::ReferenceType>::matches(clang::ReferenceType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_13ReferenceTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal19TypeTraverseMatcherINS_13ReferenceTypeEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x4e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasLHS0Matcher<clang::BinaryOperator, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::BinaryOperator const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_hasLHS0MatcherINS_14BinaryOperatorENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZNK5clang12_GLOBAL__N_18internal34matcher_hasControllingExpr0Matcher7matchesERKNS_20GenericSelectionExprEPNS_12ast_matchers8internal14ASTMatchFinderEPNS7_21BoundNodesTreeBuilderE+0x35): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::CollectMatchesCallback::~CollectMatchesCallback()': | |
(.text._ZN5clang12ast_matchers8internal22CollectMatchesCallbackD2Ev[_ZN5clang12ast_matchers8internal22CollectMatchesCallbackD5Ev]+0xfe): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::CollectMatchesCallback::~CollectMatchesCallback()': | |
(.text._ZN5clang12ast_matchers8internal22CollectMatchesCallbackD0Ev[_ZN5clang12ast_matchers8internal22CollectMatchesCallbackD5Ev]+0xf6): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl>::bind(llvm::StringRef) const': | |
(.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE]+0x40): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4DeclEE4bindEN4llvm9StringRefE]+0x50): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt>::bind(llvm::StringRef) const': | |
(.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE]+0x40): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::tryBind(llvm::StringRef) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE[_ZNK5clang12ast_matchers8internal15BindableMatcherINS_4StmtEE4bindEN4llvm9StringRefE]+0x50): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564': | |
(.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564+0x15): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_27CXXDependentScopeMemberExprEEEv.isra.564+0x25): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565': | |
(.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565+0x15): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal11TrueMatchercvNS1_7MatcherIT_EEINS_18ArraySubscriptExprEEEv.isra.565+0x25): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x64): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x188): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_EEcvNS1_7MatcherIT_EEINS_4ExprEEEv]+0x198): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::Matcher<clang::Stmt> clang::ast_matchers::findAll<clang::Stmt>(clang::ast_matchers::internal::Matcher<clang::Stmt> const&)': | |
(.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x14): undefined reference to `clang::ast_matchers::eachOf' | |
ld: (.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x1ba): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_[_ZN5clang12ast_matchers7findAllINS_4StmtEEENS0_8internal7MatcherIT_EERKS6_]+0x1ca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> >::getMatchers<clang::Expr, 0ul, 1ul, 2ul>(llvm::index_sequence<0ul, 1ul, 2ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x1e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x5d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_EE11getMatchersINS_4ExprEJLm0ELm1ELm2EEEESt6vectorINS1_15DynTypedMatcherESaISA_EEN4llvm14index_sequenceIJXspT0_EEEE]+0xa3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv]+0xb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_7MatcherINS_8QualTypeEEEEEcvNS3_IT_EEIS4_EEv]+0xc1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_hasType0Matcher, clang::ast_matchers::internal::Matcher<clang::QualType>, void (clang::ast_matchers::internal::TypeList<clang::Expr, clang::FriendDecl, clang::TypedefNameDecl, clang::ValueDecl>)> >::getMatchers<clang::Expr, 0ul, 1ul, 2ul, 3ul>(llvm::index_sequence<0ul, 1ul, 2ul, 3ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x20): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x5f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJNS1_15BindableMatcherINS_4StmtEEES5_S5_NS1_28PolymorphicMatcherWithParam1INS1_23matcher_hasType0MatcherENS1_7MatcherINS_8QualTypeEEEFvNS1_8TypeListIJNS_4ExprENS_10FriendDeclENS_15TypedefNameDeclENS_9ValueDeclEEEEEEEEE11getMatchersISC_JLm0ELm1ELm2ELm3EEEESt6vectorINS1_15DynTypedMatcherESaISM_EEN4llvm14index_sequenceIJXspT0_EEEE]+0xa5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> > clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> > const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&, clang::ast_matchers::internal::BindableMatcher<clang::Stmt> const&>::getMatchers<clang::Stmt, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul>(llvm::index_sequence<0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul>) const': | |
(.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x3c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE[_ZNK5clang12ast_matchers8internal23VariadicOperatorMatcherIJRKNS1_15BindableMatcherINS_4StmtEEES7_S7_S7_S7_S7_RKNS2_IJS5_S5_S5_S5_EEES7_S7_EE11getMatchersIS4_JLm0ELm1ELm2ELm3ELm4ELm5ELm6ELm7ELm8EEEESt6vectorINS1_15DynTypedMatcherESaISE_EEN4llvm14index_sequenceIJXspT0_EEEE]+0x3d9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CallExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CXXConstructorDecl> clang::ast_matchers::internal::makeAllOfComposite<clang::CXXConstructorDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXConstructorDecl> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_18CXXConstructorDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `llvm::SmallVector<clang::ast_matchers::BoundNodes, 1u> clang::ast_matchers::match<clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::Stmt>(clang::ast_matchers::internal::Matcher<clang::Stmt>, clang::Stmt const&, clang::ASTContext&)': | |
(.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0x93): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xa1): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xb1): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::ast_type_traits::DynTypedNode const&, clang::ASTContext&)' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0xd8): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()' | |
ld: (.text._ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE[_ZN5clang12ast_matchers5matchINS0_8internal7MatcherINS_4StmtEEES4_EEN4llvm11SmallVectorINS0_10BoundNodesELj1EEET_RKT0_RNS_10ASTContextE]+0x1c7): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::BinaryOperator> clang::ast_matchers::internal::makeAllOfComposite<clang::BinaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::BinaryOperator> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_14BinaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::UnaryOperator>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::UnaryOperator> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_13UnaryOperatorEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::CXXMemberCallExpr> clang::ast_matchers::internal::makeAllOfComposite<clang::CXXMemberCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXMemberCallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x15b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1de): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE[_ZN5clang12ast_matchers8internal18makeAllOfCompositeINS_17CXXMemberCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIS5_EEEE]+0x1f0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CastExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CastExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXForRangeStmt>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXForRangeStmt> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_15CXXForRangeStmtEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::ImplicitCastExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ImplicitCastExpr> const*>) [clone .constprop.1183]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16ImplicitCastExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1183+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Decl, clang::ParmVarDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> const*>) [clone .constprop.1211]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x1f2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x204): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x289): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_11ParmVarDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1211+0x29b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::tryEachDeclRef(clang::Decl const*, clang::Stmt const* (clang::ExprMutationAnalyzer::*)(clang::Expr const*))': | |
(.text._ZN5clang20ExprMutationAnalyzer14tryEachDeclRefEPKNS_4DeclEMS0_FPKNS_4StmtEPKNS_4ExprEE+0xf9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::isInstantiated_getInstance()': | |
(.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x96): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x169): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x203): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x31c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x505): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x517): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x5e4): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang12ast_matchers26isInstantiated_getInstanceEv[_ZN5clang12ast_matchers26isInstantiated_getInstanceEv]+0x653): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>) [clone .constprop.1295]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1295+0x22): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXDependentScopeMemberExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXDependentScopeMemberExpr> const*>) [clone .constprop.1221]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_27CXXDependentScopeMemberExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1221+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::Expr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::Expr> const*>) [clone .constprop.1267]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_4ExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1267+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CallExpr> const*>) [clone .constprop.1296]': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x1d2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x1e4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x269): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_8CallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE.constprop.1296+0x27b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::(anonymous namespace)::{lambda()#1}::operator()() const [clone .isra.852]': | |
(.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0x42): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0xc8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0xda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE_clEv.isra.852+0x1c3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findRangeLoopMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x4a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x1c9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findRangeLoopMutationEPKNS_4ExprE+0x270): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Decl> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Decl, clang::CXXMethodDecl>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXMethodDecl> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1f1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x201): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x299): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4DeclENS_13CXXMethodDeclEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x2ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXOperatorCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1e1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x279): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_19CXXOperatorCallExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x28b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXConstructExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXConstructExpr> const*>)': | |
(.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x6e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x1e1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x279): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE[_ZN5clang12ast_matchers8internal25makeDynCastAllOfCompositeINS_4StmtENS_16CXXConstructExprEEENS1_15BindableMatcherIT_EEN4llvm8ArrayRefIPKNS1_7MatcherIT0_EEEE]+0x28b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::isUnevaluated(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x3f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x4f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x278): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x304): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x393): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x3a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x41b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x496): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x4a6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x527): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x698): undefined reference to `clang::ast_matchers::allOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x788): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x7a8): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x81b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x988): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xa46): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xa5b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xad0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xb60): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xc47): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xcaa): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd0d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xd70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xe8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xe9d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xf22): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xf34): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0xfb7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1107): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x111c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x11f4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1376): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1388): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1490): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x14a2): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x153c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer13isUnevaluatedEPKNS_4ExprE+0x1851): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::VariadicFunction<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>, clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr>, &(clang::ast_matchers::internal::BindableMatcher<clang::Stmt> clang::ast_matchers::internal::makeDynCastAllOfComposite<clang::Stmt, clang::CXXOperatorCallExpr>(llvm::ArrayRef<clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const*>))>::operator()<clang::ast_matchers::internal::Matcher<clang::CallExpr>, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_argumentCountIs0Matcher, unsigned int, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)>, clang::ast_matchers::internal::PolymorphicMatcherWithParam2<clang::ast_matchers::internal::matcher_hasArgument0Matcher, unsigned int, clang::ast_matchers::internal::Matcher<clang::Expr>, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> >(clang::ast_matchers::internal::Matcher<clang::CXXOperatorCallExpr> const&, clang::ast_matchers::internal::Matcher<clang::CallExpr> const&, clang::ast_matchers::internal::PolymorphicMatcherWithParam1<clang::ast_matchers::internal::matcher_argumentCountIs0Matcher, unsigned int, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> const&, clang::ast_matchers::internal::PolymorphicMatcherWithParam2<clang::ast_matchers::internal::matcher_hasArgument0Matcher, unsigned int, clang::ast_matchers::internal::Matcher<clang::Expr>, void (clang::ast_matchers::internal::TypeList<clang::CallExpr, clang::CXXConstructExpr, clang::ObjCMessageExpr>)> const&) const': | |
(.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0xda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x1e5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x1f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_[_ZNK5clang12ast_matchers8internal16VariadicFunctionINS1_15BindableMatcherINS_4StmtEEENS1_7MatcherINS_19CXXOperatorCallExprEEEXadL_ZNS1_25makeDynCastAllOfCompositeIS4_S7_EENS3_IT_EEN4llvm8ArrayRefIPKNS6_IT0_EEEEEEEclIJNS6_INS_8CallExprEEENS1_28PolymorphicMatcherWithParam1INS1_31matcher_argumentCountIs0MatcherEjFvNS1_8TypeListIJSL_NS_16CXXConstructExprENS_15ObjCMessageExprEEEEEEENS1_28PolymorphicMatcherWithParam2INS1_27matcher_hasArgument0MatcherEjNS6_INS_4ExprEEEST_EEEEES5_RKS8_DpRKT_]+0x281): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::(anonymous namespace)::{lambda()#3}::operator()() const [clone .isra.824]': | |
(.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x3d): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xd6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x195): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x1a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x236): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x352): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x411): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x421): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x48f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x530): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x59f): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x654): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x703): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x713): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x7a4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x8c6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x985): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0x995): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xa00): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xa95): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xbf9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xc09): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xcda): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xcea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xe0b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xe1b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12_GLOBAL__N_1UlvE1_clEv.isra.824+0xeb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findDirectMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x57): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1b4): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2f3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x411): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x499): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x4ab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x628): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x6b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x6c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x73a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x80e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x940): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0xa4c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0xc92): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findDirectMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1130): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1142): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1481): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1575): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1700): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1712): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x18a3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1960): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1bb0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1bc0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1d24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x1ef6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2101): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2192): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x224e): undefined reference to `clang::ast_matchers::cxxOperatorCallExpr' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2493): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x24c3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x26d0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x27cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x286f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x28cd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x28dd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x295e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2a9c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2b1a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2b2a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2bab): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2c29): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2c39): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2cba): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2e67): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x2e7c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x30d7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x30e7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x32c7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x32d7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x36bc): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x3769): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x3828): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x39a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findDirectMutationEPKNS_4ExprE+0x39b7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findArrayElementMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer24findArrayElementMutationEPKNS_4ExprE+0x44): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer24findArrayElementMutationEPKNS_4ExprE+0x135): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findMemberMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x53): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x133): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x1c0): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findMemberMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer18findMemberMutationEPKNS_4ExprE+0x34a): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findCastMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x149): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x2ce): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x370): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x408): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x4d0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x533): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x61d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x62d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x8d1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x964): undefined reference to `clang::ast_matchers::internal::hasAnyNameFunc(llvm::ArrayRef<llvm::StringRef const*>)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer16findCastMutationEPKNS_4ExprE+0x9b9): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findReferenceMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x70): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x180): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x24e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x436): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x881): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findReferenceMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x8fc): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x92a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x93a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x9bd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xace): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xb74): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xbd4): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xc46): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xca3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xd7e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xd93): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xe06): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xf24): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0xf7c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x105b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1070): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x12c6): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x12db): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x147e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1490): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x152a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x172e): undefined reference to `clang::ast_matchers::MatchFinder::MatchFinder(clang::ast_matchers::MatchFinder::MatchFinderOptions)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x173e): undefined reference to `clang::ast_matchers::MatchFinder::addMatcher(clang::ast_matchers::internal::Matcher<clang::Stmt> const&, clang::ast_matchers::MatchFinder::MatchCallback*)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1753): undefined reference to `clang::ast_matchers::MatchFinder::match(clang::ast_type_traits::DynTypedNode const&, clang::ASTContext&)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1788): undefined reference to `clang::ast_matchers::MatchFinder::~MatchFinder()' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x17ac): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::~MatchCallback()' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer21findReferenceMutationEPKNS_4ExprE+0x1ac3): undefined reference to `clang::ast_matchers::unless' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ExprMutationAnalyzer::findFunctionArgMutation(clang::Expr const*)': | |
(.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x141): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x1f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x235): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x3a5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x3b5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x436): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x7a0): undefined reference to `clang::ast_matchers::internal::hasAnyNameFunc(llvm::ArrayRef<llvm::StringRef const*>)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x7f5): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0x882): undefined reference to `clang::ast_matchers::unless' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xa11): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xa21): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xb9c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZN5clang20ExprMutationAnalyzer23findFunctionArgMutationEPKNS_4ExprE+0xc45): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyArgument0Matcher<clang::CXXUnresolvedConstructExpr, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::CXXUnresolvedConstructExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_26CXXUnresolvedConstructExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_26CXXUnresolvedConstructExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xad): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyArgument0Matcher<clang::CallExpr, clang::ast_matchers::internal::Matcher<clang::Expr> >::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasAnyArgument0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xbd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachArgumentWithParam0Matcher<clang::CXXConstructExpr, clang::ast_matchers::internal::Matcher<clang::Expr>, clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> >::matches(clang::CXXConstructExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x10e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x203): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x258): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x41e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x541): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x64f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x977): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa63): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_16CXXConstructExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc62): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachArgumentWithParam0Matcher<clang::CallExpr, clang::ast_matchers::internal::Matcher<clang::Expr>, clang::ast_matchers::internal::Matcher<clang::ParmVarDecl> >::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::trueMatcher(clang::ast_type_traits::ASTNodeKind)' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x8d): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x10e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x203): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x258): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2ff): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x433): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x548): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x649): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x7b3): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x95f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa4b): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb09): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal40matcher_forEachArgumentWithParam0MatcherINS_8CallExprENS1_7MatcherINS_4ExprEEENS4_INS_11ParmVarDeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc45): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::CXXUnresolvedConstructExpr>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_26CXXUnresolvedConstructExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_26CXXUnresolvedConstructExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xbd): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangAnalysis.a(ExprMutationAnalyzer.cpp.o):(.data.rel.ro._ZTVN5clang12ast_matchers8internal22CollectMatchesCallbackE[_ZTVN5clang12ast_matchers8internal22CollectMatchesCallbackE]+0x38): undefined reference to `clang::ast_matchers::MatchFinder::MatchCallback::getID() const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangFrontendTool.a(ExecuteCompilerInvocation.cpp.o): in function `clang::CreateFrontendAction(clang::CompilerInstance&)': | |
(.text._ZN5clang20CreateFrontendActionERNS_16CompilerInstanceE+0x165): undefined reference to `vtable for clang::arcmt::MigrateSourceAction' | |
ld: (.text._ZN5clang20CreateFrontendActionERNS_16CompilerInstanceE+0x175): undefined reference to `clang::arcmt::FileRemapper::FileRemapper()' | |
ld: (.text._ZN5clang20CreateFrontendActionERNS_16CompilerInstanceE+0x1c8): undefined reference to `vtable for clang::ento::AnalysisAction' | |
ld: (.text._ZN5clang20CreateFrontendActionERNS_16CompilerInstanceE+0xa0a): undefined reference to `clang::arcmt::ObjCMigrateAction::ObjCMigrateAction(std::unique_ptr<clang::FrontendAction, std::default_delete<clang::FrontendAction> >, llvm::StringRef, unsigned int)' | |
ld: (.text._ZN5clang20CreateFrontendActionERNS_16CompilerInstanceE+0xa4b): undefined reference to `clang::arcmt::CheckAction::CheckAction(std::unique_ptr<clang::FrontendAction, std::default_delete<clang::FrontendAction> >)' | |
ld: (.text._ZN5clang20CreateFrontendActionERNS_16CompilerInstanceE+0xad8): undefined reference to `clang::arcmt::MigrateAction::MigrateAction(std::unique_ptr<clang::FrontendAction, std::default_delete<clang::FrontendAction> >, llvm::StringRef, llvm::StringRef, bool)' | |
ld: (.text._ZN5clang20CreateFrontendActionERNS_16CompilerInstanceE+0xb13): undefined reference to `clang::arcmt::ModifyAction::ModifyAction(std::unique_ptr<clang::FrontendAction, std::default_delete<clang::FrontendAction> >)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangFrontendTool.a(ExecuteCompilerInvocation.cpp.o): in function `clang::ExecuteCompilerInvocation(clang::CompilerInstance*)': | |
(.text._ZN5clang25ExecuteCompilerInvocationEPNS_16CompilerInstanceE+0x281): undefined reference to `clang::ento::printCheckerConfigList(llvm::raw_ostream&, llvm::ArrayRef<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::AnalyzerOptions&, clang::DiagnosticsEngine&, clang::LangOptions const&)' | |
ld: (.text._ZN5clang25ExecuteCompilerInvocationEPNS_16CompilerInstanceE+0x89a): undefined reference to `clang::ento::printCheckerHelp(llvm::raw_ostream&, llvm::ArrayRef<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::AnalyzerOptions&, clang::DiagnosticsEngine&, clang::LangOptions const&)' | |
ld: (.text._ZN5clang25ExecuteCompilerInvocationEPNS_16CompilerInstanceE+0xa3c): undefined reference to `clang::ento::printCheckerConfigList(llvm::raw_ostream&, llvm::ArrayRef<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::AnalyzerOptions&, clang::DiagnosticsEngine&, clang::LangOptions const&)' | |
ld: (.text._ZN5clang25ExecuteCompilerInvocationEPNS_16CompilerInstanceE+0xa79): undefined reference to `clang::ento::printAnalyzerConfigList(llvm::raw_ostream&)' | |
ld: (.text._ZN5clang25ExecuteCompilerInvocationEPNS_16CompilerInstanceE+0xc72): undefined reference to `clang::ento::printEnabledCheckerList(llvm::raw_ostream&, llvm::ArrayRef<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, clang::AnalyzerOptions&, clang::DiagnosticsEngine&, clang::LangOptions const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasDecayedType0Matcher::matches(clang::DecayedType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal30matcher_hasDecayedType0Matcher7matchesERKNS_11DecayedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal30matcher_hasDecayedType0Matcher7matchesERKNS_11DecayedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_namesType0Matcher::matches(clang::ElaboratedType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal25matcher_namesType0Matcher7matchesERKNS_14ElaboratedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_namesType0Matcher7matchesERKNS_14ElaboratedTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasImplicitDestinationType0Matcher::matches(clang::ImplicitCastExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal42matcher_hasImplicitDestinationType0Matcher7matchesERKNS_16ImplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal42matcher_hasImplicitDestinationType0Matcher7matchesERKNS_16ImplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasDestinationType0Matcher::matches(clang::ExplicitCastExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal34matcher_hasDestinationType0Matcher7matchesERKNS_16ExplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal34matcher_hasDestinationType0Matcher7matchesERKNS_16ExplicitCastExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1f): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasArgumentOfType0Matcher::matches(clang::UnaryExprOrTypeTraitExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_hasArgumentOfType0Matcher7matchesERKNS_24UnaryExprOrTypeTraitExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_hasArgumentOfType0Matcher7matchesERKNS_24UnaryExprOrTypeTraitExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o):(.text._ZNK5clang12ast_matchers8internal25matcher_hasPrefix1Matcher7matchesERKNS_22NestedNameSpecifierLocEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_hasPrefix1Matcher7matchesERKNS_22NestedNameSpecifierLocEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x35): more undefined references to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' follow | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isSameOrDerivedFrom1Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa7): undefined reference to `clang::ast_matchers::internal::HasNameMatcher::HasNameMatcher(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x181): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isDerivedFrom1Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xa7): undefined reference to `clang::ast_matchers::internal::HasNameMatcher::HasNameMatcher(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal29matcher_isDerivedFrom1Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x181): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_isSameOrDerivedFrom0Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x84): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9b): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1cb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x1db): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal35matcher_isSameOrDerivedFrom0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x285): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_thisPointerType1Matcher::matches(clang::CXXMemberCallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9c): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x277): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x289): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x398): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&derivation '/gnu/store/y8g5rfv5fgzfc5zrpwa858bh6z4flck7-cling-0.9-1.d78d1a0.drv' offloaded to '127.0.0.1' failed: build of `/gnu/store/y8g5rfv5fgzfc5zrpwa858bh6z4flck7-cling-0.9-1.d78d1a0.drv' failed | |
, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType1Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x423): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_thisPointerType0Matcher::matches(clang::CXXMemberCallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x9c): undefined reference to `clang::ast_matchers::anyOf' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x27a): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::constructVariadic(clang::ast_matchers::internal::DynTypedMatcher::VariadicOperator, clang::ast_type_traits::ASTNodeKind, std::vector<clang::ast_matchers::internal::DynTypedMatcher, std::allocator<clang::ast_matchers::internal::DynTypedMatcher> >)' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x28c): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x3a0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal31matcher_thisPointerType0Matcher7matchesERKNS_17CXXMemberCallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x433): undefined reference to `clang::ast_matchers::anyOf' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasType1Matcher<clang::Expr, clang::ast_matchers::internal::Matcher<clang::Decl> >::matches(clang::Expr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal23matcher_hasType1MatcherINS_4ExprENS1_7MatcherINS_4DeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal23matcher_hasType1MatcherINS_4ExprENS1_7MatcherINS_4DeclEEEE7matchesERKS3_PNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xe0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_references1Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal26matcher_references1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal26matcher_references1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x11e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_pointsTo1Matcher::matches(clang::QualType const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal24matcher_pointsTo1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal24matcher_pointsTo1Matcher7matchesERKNS_8QualTypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x11e): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_callee1Matcher::matches(clang::CallExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc7): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::dynCastTo(clang::ast_type_traits::ASTNodeKind) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal22matcher_callee1Matcher7matchesERKNS_8CallExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x142): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyClause0Matcher::matches(clang::OMPExecutableDirective const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal28matcher_hasAnyClause0Matcher7matchesERKNS_22OMPExecutableDirectiveEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal28matcher_hasAnyClause0Matcher7matchesERKNS_22OMPExecutableDirectiveEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xad): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasMethod0Matcher::matches(clang::CXXRecordDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal25matcher_hasMethod0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal25matcher_hasMethod0Matcher7matchesERKNS_13CXXRecordDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachConstructorInitializer0Matcher::matches(clang::CXXConstructorDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xfb): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal45matcher_forEachConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x24f): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyConstructorInitializer0Matcher::matches(clang::CXXConstructorDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal44matcher_hasAnyConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal44matcher_hasAnyConstructorInitializer0Matcher7matchesERKNS_18CXXConstructorDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xc1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachSwitchCase0Matcher::matches(clang::SwitchStmt const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xca): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachSwitchCase0Matcher7matchesERKNS_10SwitchStmtEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x21e): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyUsingShadowDecl0Matcher::matches(clang::UsingDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal37matcher_hasAnyUsingShadowDecl0Matcher7matchesERKNS_9UsingDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal37matcher_hasAnyUsingShadowDecl0Matcher7matchesERKNS_9UsingDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x95): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_forEachOverridden0Matcher::matches(clang::CXXMethodDecl const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xdf): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_forEachOverridden0Matcher7matchesERKNS_13CXXMethodDeclEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x22f): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::matcher_hasAnyDeclaration0Matcher::matches(clang::OverloadExpr const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal33matcher_hasAnyDeclaration0Matcher7matchesERKNS_12OverloadExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal33matcher_hasAnyDeclaration0Matcher7matchesERKNS_12OverloadExprEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::UsingDecl>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_9UsingDeclEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_9UsingDeclEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xb0): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::OverloadExpr>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_12OverloadExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_12OverloadExprEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xd1): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::MatcherInterface<clang::SwitchStmt>::dynMatches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0xea): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: (.text._ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal16MatcherInterfaceINS_10SwitchStmtEE10dynMatchesERKNS_15ast_type_traits12DynTypedNodeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x2e6): undefined reference to `clang::ast_matchers::internal::BoundNodesTreeBuilder::addMatch(clang::ast_matchers::internal::BoundNodesTreeBuilder const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangCodeGen.a(CGDebugInfo.cpp.o): in function `clang::ast_matchers::internal::HasDeclarationMatcher<clang::QualType, clang::ast_matchers::internal::Matcher<clang::Decl> >::matchesSpecialized(clang::Type const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const': | |
(.text._ZNK5clang12ast_matchers8internal21HasDeclarationMatcherINS_8QualTypeENS1_7MatcherINS_4DeclEEEE18matchesSpecializedERKNS_4TypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE[_ZNK5clang12ast_matchers8internal21HasDeclarationMatcherINS_8QualTypeENS1_7MatcherINS_4DeclEEEE18matchesSpecializedERKNS_4TypeEPNS1_14ASTMatchFinderEPNS1_21BoundNodesTreeBuilderE]+0x91): undefined reference to `clang::ast_matchers::internal::DynTypedMatcher::matches(clang::ast_type_traits::DynTypedNode const&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(HTMLPrint.cpp.o): in function `(anonymous namespace)::HTMLPrinter::HandleTranslationUnit(clang::ASTContext&)': | |
(.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0x96): undefined reference to `clang::html::AddLineNumbers(clang::Rewriter&, clang::FileID)' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0xa6): undefined reference to `clang::html::AddHeaderFooterInternalBuiltinCSS(clang::Rewriter&, clang::FileID, llvm::StringRef)' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0xc4): undefined reference to `clang::html::HighlightMacros(clang::Rewriter&, clang::FileID, clang::Preprocessor const&)' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0xd5): undefined reference to `clang::html::EscapeText(clang::Rewriter&, clang::FileID, bool, bool)' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0xdf): undefined reference to `clang::Rewriter::getEditBuffer(clang::FileID)' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0xee): undefined reference to `clang::RopePieceBTree::size() const' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0x10c): undefined reference to `clang::RopePieceBTreeIterator::RopePieceBTreeIterator(void const*)' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0x16c): undefined reference to `clang::RopePieceBTree::size() const' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0x19c): undefined reference to `clang::RopePieceBTreeIterator::MoveToNextPiece()' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinter21HandleTranslationUnitERN5clang10ASTContextE+0x1ba): undefined reference to `clang::html::SyntaxHighlight(clang::Rewriter&, clang::FileID, clang::Preprocessor const&)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(HTMLPrint.cpp.o): in function `std::_Rb_tree<clang::FileID, std::pair<clang::FileID const, clang::RewriteBuffer>, std::_Select1st<std::pair<clang::FileID const, clang::RewriteBuffer> >, std::less<clang::FileID>, std::allocator<std::pair<clang::FileID const, clang::RewriteBuffer> > >::_M_erase(std::_Rb_tree_node<std::pair<clang::FileID const, clang::RewriteBuffer> >*)': | |
(.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0xca): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0xd2): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x106): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x10e): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x146): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x14e): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x18e): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x196): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x1dc): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x1e4): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x22b): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x233): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x27a): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x282): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x2c9): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x2d1): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x318): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E[_ZNSt8_Rb_treeIN5clang6FileIDESt4pairIKS1_NS0_13RewriteBufferEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E]+0x320): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(HTMLPrint.cpp.o): in function `(anonymous namespace)::HTMLPrinter::~HTMLPrinter()': | |
(.text._ZN12_GLOBAL__N_111HTMLPrinterD0Ev+0x5d): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinterD0Ev+0x65): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(HTMLPrint.cpp.o): in function `(anonymous namespace)::HTMLPrinter::~HTMLPrinter()': | |
(.text._ZN12_GLOBAL__N_111HTMLPrinterD2Ev+0x5f): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZN12_GLOBAL__N_111HTMLPrinterD2Ev+0x67): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteMacros.cpp.o): in function `clang::RewriteMacrosInInput(clang::Preprocessor&, llvm::raw_ostream*)': | |
(.text._ZN5clang20RewriteMacrosInInputERNS_12PreprocessorEPN4llvm11raw_ostreamE+0x7c): undefined reference to `clang::Rewriter::getEditBuffer(clang::FileID)' | |
ld: (.text._ZN5clang20RewriteMacrosInInputERNS_12PreprocessorEPN4llvm11raw_ostreamE+0xb66): undefined reference to `clang::RewriteBuffer::InsertText(unsigned int, llvm::StringRef, bool)' | |
ld: (.text._ZN5clang20RewriteMacrosInInputERNS_12PreprocessorEPN4llvm11raw_ostreamE+0xc2a): undefined reference to `clang::RewriteBuffer::InsertText(unsigned int, llvm::StringRef, bool)' | |
ld: (.text._ZN5clang20RewriteMacrosInInputERNS_12PreprocessorEPN4llvm11raw_ostreamE+0xeb2): undefined reference to `clang::RewriteBuffer::InsertText(unsigned int, llvm::StringRef, bool)' | |
ld: (.text._ZN5clang20RewriteMacrosInInputERNS_12PreprocessorEPN4llvm11raw_ostreamE+0x1562): undefined reference to `clang::RopePieceBTreeIterator::RopePieceBTreeIterator(void const*)' | |
ld: (.text._ZN5clang20RewriteMacrosInInputERNS_12PreprocessorEPN4llvm11raw_ostreamE+0x16c4): undefined reference to `clang::RopePieceBTreeIterator::MoveToNextPiece()' | |
ld: (.text._ZN5clang20RewriteMacrosInInputERNS_12PreprocessorEPN4llvm11raw_ostreamE+0x18b4): undefined reference to `clang::RopePieceBTreeIterator::MoveToNextPiece()' | |
ld: (.text._ZN5clang20RewriteMacrosInInputERNS_12PreprocessorEPN4llvm11raw_ostreamE+0x1c0d): undefined reference to `clang::RewriteBuffer::InsertText(unsigned int, llvm::StringRef, bool)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)': | |
(.text._ZN12_GLOBAL__N_111RewriteObjC11ReplaceTextEN5clang14SourceLocationEjN4llvm9StringRefE+0xe): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef) [clone .constprop.777]': | |
(.text._ZN12_GLOBAL__N_111RewriteObjC11ReplaceTextEN5clang14SourceLocationEjN4llvm9StringRefE.constprop.777+0x16): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::InsertText(clang::SourceLocation, llvm::StringRef, bool) [clone .constprop.778]': | |
(.text._ZN12_GLOBAL__N_111RewriteObjC10InsertTextEN5clang14SourceLocationEN4llvm9StringRefEb.constprop.778+0x17): undefined reference to `clang::Rewriter::InsertText(clang::SourceLocation, llvm::StringRef, bool, bool)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::RewriteObjCTryStmt(clang::ObjCAtTryStmt*)': | |
(.text._ZN12_GLOBAL__N_111RewriteObjC18RewriteObjCTryStmtEPN5clang13ObjCAtTryStmtE+0x424): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::~RewriteObjC()': | |
(.text._ZN12_GLOBAL__N_111RewriteObjCD2Ev+0x314): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZN12_GLOBAL__N_111RewriteObjCD2Ev+0x31c): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::ReplaceStmtWithRange(clang::Stmt*, clang::Stmt*, clang::SourceRange)': | |
(.text._ZN12_GLOBAL__N_111RewriteObjC20ReplaceStmtWithRangeEPN5clang4StmtES3_NS1_11SourceRangeE+0x13f): undefined reference to `clang::Rewriter::getRangeSize(clang::SourceRange, clang::Rewriter::RewriteOptions) const' | |
ld: (.text._ZN12_GLOBAL__N_111RewriteObjC20ReplaceStmtWithRangeEPN5clang4StmtES3_NS1_11SourceRangeE+0x31f): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::HandleTranslationUnit(clang::ASTContext&)': | |
(.text._ZN12_GLOBAL__N_111RewriteObjC21HandleTranslationUnitERN5clang10ASTContextE+0x173): undefined reference to `clang::Rewriter::InsertText(clang::SourceLocation, llvm::StringRef, bool, bool)' | |
ld: (.text._ZN12_GLOBAL__N_111RewriteObjC21HandleTranslationUnitERN5clang10ASTContextE+0x2d1): undefined reference to `clang::RopePieceBTreeIterator::RopePieceBTreeIterator(void const*)' | |
ld: (.text._ZN12_GLOBAL__N_111RewriteObjC21HandleTranslationUnitERN5clang10ASTContextE+0x594): undefined reference to `clang::RopePieceBTreeIterator::MoveToNextPiece()' | |
ld: (.text._ZN12_GLOBAL__N_111RewriteObjC21HandleTranslationUnitERN5clang10ASTContextE+0x624): undefined reference to `clang::RopePieceBTreeIterator::MoveToNextPiece()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::RewriteFunctionBodyOrGlobalInitializer(clang::Stmt*)': | |
(.text._ZN12_GLOBAL__N_111RewriteObjC38RewriteFunctionBodyOrGlobalInitializerEPN5clang4StmtE+0x6a3): undefined reference to `clang::Rewriter::getRewrittenText[abi:cxx11](clang::CharSourceRange) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteObjC.cpp.o): in function `(anonymous namespace)::RewriteObjC::HandleTopLevelSingleDecl(clang::Decl*)': | |
(.text._ZN12_GLOBAL__N_111RewriteObjC24HandleTopLevelSingleDeclEPN5clang4DeclE+0x976): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: (.text._ZN12_GLOBAL__N_111RewriteObjC24HandleTopLevelSingleDeclEPN5clang4DeclE+0xd3e): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(RewriteTest.cpp.o): in function `clang::DoRewriteTest(clang::Preprocessor&, llvm::raw_ostream*)': | |
(.text._ZN5clang13DoRewriteTestERNS_12PreprocessorEPN4llvm11raw_ostreamE+0x32): undefined reference to `clang::TokenRewriter::TokenRewriter(clang::FileID, clang::SourceManager&, clang::LangOptions const&)' | |
ld: (.text._ZN5clang13DoRewriteTestERNS_12PreprocessorEPN4llvm11raw_ostreamE+0xaa): undefined reference to `clang::TokenRewriter::~TokenRewriter()' | |
ld: (.text._ZN5clang13DoRewriteTestERNS_12PreprocessorEPN4llvm11raw_ostreamE+0xda): undefined reference to `clang::TokenRewriter::AddTokenBefore(std::_List_const_iterator<clang::Token>, char const*)' | |
ld: (.text._ZN5clang13DoRewriteTestERNS_12PreprocessorEPN4llvm11raw_ostreamE+0xec): undefined reference to `clang::TokenRewriter::AddTokenBefore(std::_List_const_iterator<clang::Token>, char const*)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(FixItRewriter.cpp.o): in function `(anonymous namespace)::RewritesReceiver::replace(clang::CharSourceRange, llvm::StringRef)': | |
(.text._ZN12_GLOBAL__N_116RewritesReceiver7replaceEN5clang15CharSourceRangeEN4llvm9StringRefE+0x29): undefined reference to `clang::Rewriter::getRangeSize(clang::CharSourceRange const&, clang::Rewriter::RewriteOptions) const' | |
ld: (.text._ZN12_GLOBAL__N_116RewritesReceiver7replaceEN5clang15CharSourceRangeEN4llvm9StringRefE+0x3f): undefined reference to `clang::Rewriter::ReplaceText(clang::SourceLocation, unsigned int, llvm::StringRef)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(FixItRewriter.cpp.o): in function `(anonymous namespace)::RewritesReceiver::insert(clang::SourceLocation, llvm::StringRef)': | |
(.text._ZN12_GLOBAL__N_116RewritesReceiver6insertEN5clang14SourceLocationEN4llvm9StringRefE+0xe): undefined reference to `clang::Rewriter::InsertText(clang::SourceLocation, llvm::StringRef, bool, bool)' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(FixItRewriter.cpp.o): in function `clang::FixItRewriter::WriteFixedFile(clang::FileID, llvm::raw_ostream&)': | |
(.text._ZN5clang13FixItRewriter14WriteFixedFileENS_6FileIDERN4llvm11raw_ostreamE+0x60): undefined reference to `clang::RewriteBuffer::write(llvm::raw_ostream&) const' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(FixItRewriter.cpp.o): in function `clang::FixItRewriter::~FixItRewriter()': | |
(.text._ZN5clang13FixItRewriterD2Ev+0x94): undefined reference to `clang::RopePieceBTree::~RopePieceBTree()' | |
ld: (.text._ZN5clang13FixItRewriterD2Ev+0x9c): undefined reference to `clang::DeltaTree::~DeltaTree()' | |
ld: /gnu/store/7vhkk6ikk74yfm41px7f3abqv2mq5g54-clang-cling-9.0.1/lib/libclangRewriteFrontend.a(FixItRewriter.cpp.o): in function `clang::FixItRewriter::WriteFixedFiles(std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >*)': | |
(.text._ZN5clang13FixItRewriter15WriteFixedFilesEPSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESaIS9_EE+0x17b): undefined reference to `clang::RewriteBuffer::write(llvm::raw_ostream&) const' | |
ld: (.text._ZN5clang13FixItRewriter15WriteFixedFilesEPSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ESaIS9_EE+0x4d4): undefined reference to `clang::Rewriter::overwriteChangedFiles()' | |
collect2: error: ld returned 1 exit status | |
make[2]: *** [tools/driver/CMakeFiles/cling.dir/build.make:249: bin/cling] Error 1 | |
make[2]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make[1]: *** [CMakeFiles/Makefile2:556: tools/driver/CMakeFiles/cling.dir/all] Error 2 | |
make[1]: Leaving directory '/tmp/guix-build-cling-0.9-1.d78d1a0.drv-0/build' | |
make: *** [Makefile:133: all] Error 2 | |
command "make" "-j" "24" failed with status 2 | |
builder for `/gnu/store/y8g5rfv5fgzfc5zrpwa858bh6z4flck7-cling-0.9-1.d78d1a0.drv' failed with exit code 1 | |
@ build-failed /gnu/store/y8g5rfv5fgzfc5zrpwa858bh6z4flck7-cling-0.9-1.d78d1a0.drv - 1 builder for `/gnu/store/y8g5rfv5fgzfc5zrpwa858bh6z4flck7-cling-0.9-1.d78d1a0.drv' failed with exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment