Skip to content

Instantly share code, notes, and snippets.

@Aster89
Created August 11, 2025 10:42
Show Gist options
  • Select an option

  • Save Aster89/d1ccbc6dd1678dabe1f1a82365a3c50e to your computer and use it in GitHub Desktop.

Select an option

Save Aster89/d1ccbc6dd1678dabe1f1a82365a3c50e to your computer and use it in GitHub Desktop.
Clangd error log
The flag `-cross-file-rename` is obsolete and ignored.
I[11:38:13.239] clangd version 19.1.0 (https://github.com/ycm-core/llvm 6355059428ba8b509409c352f953b0602d29595c)
I[11:38:13.239] Features: linux
I[11:38:13.239] PID: 68506
I[11:38:13.239] Working directory: /local-ssd/myself/TextDiff3Way/matlab
I[11:38:13.239] argv[0]: /home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clangd/output/bin/clangd
I[11:38:13.239] argv[1]: -cross-file-rename
I[11:38:13.239] argv[2]: -header-insertion-decorators=0
I[11:38:13.239] argv[3]: -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0
I[11:38:13.239] argv[4]: -limit-results=500
I[11:38:13.239] Starting LSP over stdin/stdout
I[11:38:13.239] <-- initialize(1)
I[11:38:13.241] --> reply:initialize(1) 2 ms
I[11:38:13.242] <-- initialized
I[11:38:13.242] <-- workspace/didChangeConfiguration
I[11:38:13.242] <-- textDocument/didOpen
I[11:38:13.243] Loaded compilation database from /path/to/toolbox/diff/compile_commands.json
I[11:38:13.243] Enqueueing 1 commands for indexing
I[11:38:13.244] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 1 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:13.258] Built preamble of size 263896 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 1 in 0.01 seconds
I[11:38:13.260] Indexing c++20 standard library in the context of /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:13.268] --> textDocument/publishDiagnostics
I[11:38:13.328] Loaded compilation database from /path/to/compile_commands.json
E[11:38:13.471] Indexing /path/to/toolbox/diff/pkgtest/tLineDiff.cpp failed: No such file or directory
I[11:38:14.998] Indexed c++20 standard library (incomplete due to errors): 15400 symbols, 2569 filtered
I[11:38:19.867] <-- textDocument/didChange
I[11:38:19.918] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 2 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:19.936] --> textDocument/publishDiagnostics
I[11:38:19.938] Built preamble of size 366644 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 2 in 0.02 seconds
I[11:38:19.947] --> textDocument/publishDiagnostics
I[11:38:20.561] <-- textDocument/didChange
I[11:38:20.561] <-- textDocument/completion(2)
I[11:38:20.580] Code complete: sema context IncludedFile, query scopes [] (AnyScope=true), expected type <none>
I[11:38:20.580] Code complete: 2337 results from Sema, 0 from Index, 0 matched, 0 from identifiers, 500 returned (incomplete).
I[11:38:20.583] --> reply:textDocument/completion(2) 22 ms
I[11:38:20.612] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 3 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
E[11:38:20.620] IncludeCleaner: Failed to get an entry for resolved path : No such file or directory
I[11:38:20.621] --> textDocument/publishDiagnostics
I[11:38:20.624] Built preamble of size 263908 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 3 in 0.01 seconds
E[11:38:20.632] IncludeCleaner: Failed to get an entry for resolved path : No such file or directory
I[11:38:20.633] --> textDocument/publishDiagnostics
I[11:38:20.636] <-- textDocument/didChange
I[11:38:20.636] <-- textDocument/completion(3)
I[11:38:20.648] Code complete: sema context IncludedFile, query scopes [] (AnyScope=true), expected type <none>
I[11:38:20.648] Code complete: 217 results from Sema, 0 from Index, 0 matched, 0 from identifiers, 217 returned.
I[11:38:20.650] --> reply:textDocument/completion(3) 14 ms
I[11:38:20.687] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 4 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:20.697] Built preamble of size 263912 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 4 in 0.01 seconds
E[11:38:20.698] IncludeCleaner: Failed to get an entry for resolved path : No such file or directory
I[11:38:20.699] --> textDocument/publishDiagnostics
E[11:38:20.705] IncludeCleaner: Failed to get an entry for resolved path : No such file or directory
I[11:38:20.706] --> textDocument/publishDiagnostics
I[11:38:23.375] <-- textDocument/didChange
I[11:38:23.426] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 5 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
E[11:38:23.436] IncludeCleaner: Failed to get an entry for resolved path : No such file or directory
I[11:38:23.437] --> textDocument/publishDiagnostics
I[11:38:23.440] Built preamble of size 263924 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 5 in 0.01 seconds
E[11:38:23.448] IncludeCleaner: Failed to get an entry for resolved path : No such file or directory
I[11:38:23.449] --> textDocument/publishDiagnostics
I[11:38:24.124] <-- textDocument/didChange
I[11:38:24.124] <-- textDocument/completion(4)
I[11:38:24.135] Code complete: sema context IncludedFile, query scopes [] (AnyScope=true), expected type <none>
I[11:38:24.135] Code complete: 0 results from Sema, 0 from Index, 0 matched, 0 from identifiers, 0 returned.
I[11:38:24.135] --> reply:textDocument/completion(4) 11 ms
I[11:38:24.175] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 6 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:24.183] Built preamble of size 263924 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 6 in 0.01 seconds
I[11:38:24.184] --> textDocument/publishDiagnostics
I[11:38:24.191] --> textDocument/publishDiagnostics
I[11:38:24.384] <-- textDocument/didChange
I[11:38:24.385] <-- textDocument/completion(5)
I[11:38:24.392] Code complete: sema context IncludedFile, query scopes [] (AnyScope=true), expected type <none>
I[11:38:24.392] Code complete: 25 results from Sema, 0 from Index, 0 matched, 0 from identifiers, 25 returned.
I[11:38:24.392] --> reply:textDocument/completion(5) 7 ms
I[11:38:24.435] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 7 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:24.444] Built preamble of size 263920 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 7 in 0.01 seconds
I[11:38:24.445] --> textDocument/publishDiagnostics
I[11:38:24.453] --> textDocument/publishDiagnostics
I[11:38:26.121] <-- textDocument/didChange
I[11:38:26.121] <-- textDocument/completion(6)
I[11:38:26.128] Code complete: sema context IncludedFile, query scopes [] (AnyScope=true), expected type <none>
I[11:38:26.128] Code complete: 2 results from Sema, 0 from Index, 0 matched, 0 from identifiers, 2 returned.
I[11:38:26.128] --> reply:textDocument/completion(6) 7 ms
I[11:38:26.171] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 8 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:26.179] Built preamble of size 263928 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 8 in 0.01 seconds
I[11:38:26.180] --> textDocument/publishDiagnostics
I[11:38:26.187] --> textDocument/publishDiagnostics
I[11:38:27.135] <-- textDocument/didChange
I[11:38:27.136] <-- textDocument/completion(7)
I[11:38:27.143] Code complete: sema context IncludedFile, query scopes [] (AnyScope=true), expected type <none>
I[11:38:27.143] Code complete: 1 results from Sema, 0 from Index, 0 matched, 0 from identifiers, 1 returned.
I[11:38:27.143] --> reply:textDocument/completion(7) 7 ms
I[11:38:27.186] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 9 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:27.196] Built preamble of size 263932 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 9 in 0.01 seconds
I[11:38:27.198] --> textDocument/publishDiagnostics
I[11:38:27.205] --> textDocument/publishDiagnostics
I[11:38:27.387] <-- textDocument/didChange
I[11:38:27.387] <-- textDocument/completion(8)
I[11:38:27.394] Code complete: sema context IncludedFile, query scopes [] (AnyScope=true), expected type <none>
I[11:38:27.394] Code complete: 22 results from Sema, 0 from Index, 0 matched, 0 from identifiers, 22 returned.
I[11:38:27.394] --> reply:textDocument/completion(8) 7 ms
I[11:38:27.438] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 10 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:27.446] Built preamble of size 263932 for file /path/to/toolbox/diff/export/include/diff/foo.cpp version 10 in 0.01 seconds
I[11:38:27.447] --> textDocument/publishDiagnostics
I[11:38:27.454] --> textDocument/publishDiagnostics
I[11:38:28.840] <-- textDocument/didChange
I[11:38:28.891] ASTWorker building file /path/to/toolbox/diff/export/include/diff/foo.cpp version 11 with command inferred from /path/to/toolbox/diff/pkgtest/tLineDiff.cpp
[/path/to/toolbox/diff]
/foobar/gcc/ctng/glnxa64/gcc12.3.0-glibc2.28-mw00/x86_64-linux-gnu/bin/g++ --driver-mode=g++ -c -Iexport/include -I../../../../toolbox/diff/include -I. -I../../../../src/include -I../../../../derived/glnxa64/src/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/include -I../../../../derived/glnxa64/builtin2_impls/libmwcomparisons_text_diff_builtinimpl/builtin1/ -I../../../../derived/glnxa64/toolbox/diff/include -isystem/foobar/12881319/glnxa64/boost/include -isystem/foobar/13111932/glnxa64/cpp11compat/include -isystem/foobar/11252652/glnxa64/range-v3/include -isystem/foobar/12934614/glnxa64/gmock/include/gmock -isystem/foobar/12934614/glnxa64/gmock/include/gtest -DMODULE_VERSION_SYMBOL=libmwcomparisons_text_diff_version -DMODULE_DATE_SYMBOL=libmwcomparisons_text_diff_build_date -Dmw_test_main=main -DBOOST_CB_DISABLE_DEBUG -DBOOST_ASIO_DISABLE_EVENTFD -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_THREAD_PROVIDES_FUTURE_CONTINUATION -DBOOST_THREAD_VERSION=5 -DBOOST_THREAD_USES_DATETIME -DBOOST_FILESYSTEM_DISABLE_STATX -DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS -DBOOST_MPL_LIMIT_VECTOR_SIZE=30 -DBOOST_MPL_LIMIT_MAP_SIZE=30 -DBOOST_OPTIONAL_CONFIG_DO_NOT_SPECIALIZE_STD_HASH -DBOOST_LOG_DYN_LINK -DBUILDING_LIBMWCOMPARISONS_TEXT_DIFF -DUNITTESTS_USE_GTEST=1 -DUNITTESTS_USE_MW_GTEST=1 -DUSING_GMOCK=1 -DGTEST_MW_USE_MW_NOT_EQUALS=1 -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DBUILDING_PKGTEST -DUNIT_PKG_TEST_DOWNSTREAM_OF_CPPMS -O0 -pipe -pthread -fdebug-prefix-map=/local-ssd/myself/TextDiff3Way= -fPIC -fvisibility=hidden -g -D_POSIX_C_SOURCE=199506L -fno-omit-frame-pointer -W -Wcast-align -Wno-misleading-indentation -Wno-free-nonheap-object -Wimplicit-fallthrough=5 -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wno-unused -Woverloaded-virtual -Wnon-virtual-dtor -Wno-ignored-qualifiers -DMWBOOST=mwboost -DMWBOOST_132=mwboost_132 -DMW_BAT_COMPONENT_TYPE=software -DMW_SRC_FILENAME=pkgtest/tLineDiff.cpp -Werror -std=c++20 -resource-dir=/home/myself/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/clang/lib/clang/19.1.0 -- /path/to/toolbox/diff/export/include/diff/foo.cpp
I[11:38:30.635] <-- textDocument/didChange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment