From owner-svn-ports-head@freebsd.org Wed Dec 11 07:53:02 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4573C1D006B; Wed, 11 Dec 2019 07:53:02 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Xq0t1nT7z3K6F; Wed, 11 Dec 2019 07:53:02 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3856A81F9; Wed, 11 Dec 2019 07:53:02 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBB7r2vN026662; Wed, 11 Dec 2019 07:53:02 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBB7r1VQ026659; Wed, 11 Dec 2019 07:53:01 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201912110753.xBB7r1VQ026659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Wed, 11 Dec 2019 07:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519788 - head/devel/youcompleteme X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/devel/youcompleteme X-SVN-Commit-Revision: 519788 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2019 07:53:02 -0000 Author: ultima Date: Wed Dec 11 07:53:01 2019 New Revision: 519788 URL: https://svnweb.freebsd.org/changeset/ports/519788 Log: Updated to g20191130 Cleaned up Makefile Bump llvm to 90 Remove mono and rust support Added regex option which will build the cregex module for better regex unicode support Modified: head/devel/youcompleteme/Makefile head/devel/youcompleteme/distinfo head/devel/youcompleteme/pkg-plist Modified: head/devel/youcompleteme/Makefile ============================================================================== --- head/devel/youcompleteme/Makefile Wed Dec 11 07:09:57 2019 (r519787) +++ head/devel/youcompleteme/Makefile Wed Dec 11 07:53:01 2019 (r519788) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= YouCompleteMe -DISTVERSION= g20190314 -PORTREVISION= 3 +DISTVERSION= g20191130 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= vim:editors/vim \ ${LOCALBASE}/lib/libboost_thread.so:devel/boost-libs \ ${LOCALBASE}/lib/${PY_BOOST} \ - ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bottle>0:www/py-bottle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}frozendict>0:devel/py-frozendict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ @@ -24,66 +22,66 @@ RUN_DEPENDS= vim:editors/vim \ ${PYTHON_PKGNAMEPREFIX}parso>0:textproc/py-parso@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-futures>0:www/py-requests-futures@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress@${PY_FLAVOR} \ + ${PY_FUTURES} USES= cmake python USE_PYTHON= flavors USE_GITHUB= yes -GH_ACCOUNT= Valloric -GH_TAGNAME= 299f8e4 -GH_TUPLE= Valloric:ycmd:d0eba90:ycm/third_party/ycmd \ - micbou:regex:d2ef9c4:ycmd5/third_party/ycmd/third_party/cregex +GH_ACCOUNT= ycm-core +GH_TAGNAME= 1386c6b +GH_TUPLE= ycm-core:ycmd:a374320:ycm/third_party/ycmd \ + ycm-core:regex:cc538bb:ycmd5/third_party/ycmd/third_party/cregex -LLVM_VER= 70 +LLVM_VER= 90 -CMAKE_SOURCE_PATH+= ${WRKSRC}/third_party/ycmd/cpp +CMAKE_SOURCE_PATH= ${WRKSRC}/third_party/ycmd/cpp PLIST_SUB= VIMFILESDIR=share/vim/vimfiles \ - YCMDDIR=share/vim/vimfiles/third_party/ycmd + YCMDDIR=share/vim/vimfiles/third_party/ycmd \ + PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= VIMFILESDIR="${VIMFILESDIR}" \ FIND="${FIND}" -OPTIONS_DEFINE= C MONO RUST -OPTIONS_DEFAULT= C MONO RUST +OPTIONS_DEFINE= C REGEX +OPTIONS_DEFAULT= C REGEX OPTIONS_SUB= yes C_DESC= C-family Semantic Completion Support -MONO_DESC= C\# Semantic Completion Support -RUST_DESC= Rust Semantic Completion Support C_CMAKE_ON= -DPATH_TO_LLVM_ROOT=${LOCALBASE}/llvm${LLVM_VER} C_LIB_DEPENDS= libclang.so:devel/llvm${LLVM_VER} -MONO_RUN_DEPENDS= ${LOCALBASE}/share/omnisharp-server/bin/Release/OmniSharp.exe:devel/omnisharp-server -MONO_VARS= MONOFILESDIR=${VIMFILESDIR}/third_party/ycmd/third_party/OmniSharpServer - -RUST_RUN_DEPENDS= racerd:devel/racerd - VIMFILESDIR= ${PREFIX}/share/vim/vimfiles CMAKE_ARGS_PY3= -DUSE_PYTHON2:BOOL=OFF CMAKE_ARGS= ${CMAKE_ARGS_PY${PYTHON_MAJOR_VER}} +post-patch-REGEX-on: + ${PRINTF} "add_subdirectory(../third_party/cregex ${WRKDIR}/.build-regex)" \ + >>${WRKSRC}/third_party/ycmd/cpp/CMakeLists.txt + do-install: ${MKDIR} ${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/third_party (cd ${WRKSRC} && ${COPYTREE_SHARE} "autoload doc plugin python" \ "${STAGEDIR}${VIMFILESDIR}") (cd ${WRKSRC}/third_party/ycmd && ${COPYTREE_SHARE} \ - "ycmd CORE_VERSION cpp clang_includes" \ - "${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/${d}") + "ycmd CORE_VERSION cpp" \ + "${STAGEDIR}${VIMFILESDIR}/third_party/ycmd") (cd ${WRKSRC}/third_party/ycmd/third_party && ${COPYTREE_SHARE} \ - "cregex tern_runtime" \ + "clang cregex tern_runtime" \ "${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/third_party") ${RM} -rf ${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/cpp/ycm/tests \ ${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/ycmd/tests ${INSTALL_LIB} ${WRKSRC}/third_party/ycmd/ycm_core.so \ ${STAGEDIR}${VIMFILESDIR}/third_party/ycmd -do-install-MONO-on: - ${MKDIR} ${STAGEDIR}${MONOFILESDIR}/OmniSharp/bin - ${RLN} ${PREFIX}/share/omnisharp-server/bin/Release \ - ${STAGEDIR}${MONOFILESDIR}/OmniSharp/bin/Release +do-install-REGEX-on: + (cd ${WRKSRC}/third_party/ycmd/third_party && ${COPYTREE_SHARE} \ + "cregex" "${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/third_party") + ${INSTALL_LIB} ${WRKSRC}/third_party/ycmd/third_party/cregex/regex_${PYTHON_MAJOR_VER}/_regex.so \ + ${STAGEDIR}${VIMFILESDIR}/third_party/ycmd/third_party/cregex/regex_${PYTHON_MAJOR_VER} .include Modified: head/devel/youcompleteme/distinfo ============================================================================== --- head/devel/youcompleteme/distinfo Wed Dec 11 07:09:57 2019 (r519787) +++ head/devel/youcompleteme/distinfo Wed Dec 11 07:53:01 2019 (r519788) @@ -1,7 +1,7 @@ -TIMESTAMP = 1552876103 -SHA256 (Valloric-YouCompleteMe-g20190314-299f8e4_GH0.tar.gz) = 367b35ab02d615da03285f929cf6c7c1d90778982b1f28d402647d1279a63400 -SIZE (Valloric-YouCompleteMe-g20190314-299f8e4_GH0.tar.gz) = 289525 -SHA256 (Valloric-ycmd-d0eba90_GH0.tar.gz) = 9568fa3200455d418d13007dd460ab349050e0b0b647c14c57ea7331ffde7dee -SIZE (Valloric-ycmd-d0eba90_GH0.tar.gz) = 4544915 -SHA256 (micbou-regex-d2ef9c4_GH0.tar.gz) = 3d6df6a5e730d43ed7ce965b368ec305274ec6d5bea458a48beb94b96485c066 -SIZE (micbou-regex-d2ef9c4_GH0.tar.gz) = 674328 +TIMESTAMP = 1576048624 +SHA256 (ycm-core-YouCompleteMe-g20191130-1386c6b_GH0.tar.gz) = d5d9a2a63b4c17337c20b1879bebf90041743afab59cfb52cf934ed047291dc4 +SIZE (ycm-core-YouCompleteMe-g20191130-1386c6b_GH0.tar.gz) = 315502 +SHA256 (ycm-core-ycmd-a374320_GH0.tar.gz) = 7b8fc941162b20b1e15b4d7807a69967b26632865bbee7407f213e78f3e9744f +SIZE (ycm-core-ycmd-a374320_GH0.tar.gz) = 4510540 +SHA256 (ycm-core-regex-cc538bb_GH0.tar.gz) = b26ee13605dae6a30a3b65e224e3dd4f4942acefc419e9109b3f6c5ad0a44ae8 +SIZE (ycm-core-regex-cc538bb_GH0.tar.gz) = 684593 Modified: head/devel/youcompleteme/pkg-plist ============================================================================== --- head/devel/youcompleteme/pkg-plist Wed Dec 11 07:09:57 2019 (r519787) +++ head/devel/youcompleteme/pkg-plist Wed Dec 11 07:53:01 2019 (r519788) @@ -15,11 +15,13 @@ %%VIMFILESDIR%%/python/ycm/client/messages_request.py %%VIMFILESDIR%%/python/ycm/client/omni_completion_request.py %%VIMFILESDIR%%/python/ycm/client/shutdown_request.py +%%VIMFILESDIR%%/python/ycm/client/signature_help_request.py %%VIMFILESDIR%%/python/ycm/client/ycmd_keepalive.py %%VIMFILESDIR%%/python/ycm/diagnostic_filter.py %%VIMFILESDIR%%/python/ycm/diagnostic_interface.py %%VIMFILESDIR%%/python/ycm/omni_completer.py %%VIMFILESDIR%%/python/ycm/paths.py +%%VIMFILESDIR%%/python/ycm/signature_help.py %%VIMFILESDIR%%/python/ycm/syntax_parse.py %%VIMFILESDIR%%/python/ycm/tests/__init__.py %%VIMFILESDIR%%/python/ycm/tests/base_test.py @@ -38,6 +40,7 @@ %%VIMFILESDIR%%/python/ycm/tests/omni_completer_test.py %%VIMFILESDIR%%/python/ycm/tests/paths_test.py %%VIMFILESDIR%%/python/ycm/tests/postcomplete_test.py +%%VIMFILESDIR%%/python/ycm/tests/signature_help_test.py %%VIMFILESDIR%%/python/ycm/tests/syntax_parse_test.py %%VIMFILESDIR%%/python/ycm/tests/test_utils.py %%VIMFILESDIR%%/python/ycm/tests/testdata/.ycm_extra_conf.py @@ -52,162 +55,10 @@ %%VIMFILESDIR%%/python/ycm/vimsupport.py %%VIMFILESDIR%%/python/ycm/youcompleteme.py %%YCMDDIR%%/CORE_VERSION -%%YCMDDIR%%/clang_includes/include/__clang_cuda_builtin_vars.h -%%YCMDDIR%%/clang_includes/include/__clang_cuda_cmath.h -%%YCMDDIR%%/clang_includes/include/__clang_cuda_complex_builtins.h -%%YCMDDIR%%/clang_includes/include/__clang_cuda_device_functions.h -%%YCMDDIR%%/clang_includes/include/__clang_cuda_intrinsics.h -%%YCMDDIR%%/clang_includes/include/__clang_cuda_libdevice_declares.h -%%YCMDDIR%%/clang_includes/include/__clang_cuda_math_forward_declares.h -%%YCMDDIR%%/clang_includes/include/__clang_cuda_runtime_wrapper.h -%%YCMDDIR%%/clang_includes/include/__stddef_max_align_t.h -%%YCMDDIR%%/clang_includes/include/__wmmintrin_aes.h -%%YCMDDIR%%/clang_includes/include/__wmmintrin_pclmul.h -%%YCMDDIR%%/clang_includes/include/adxintrin.h -%%YCMDDIR%%/clang_includes/include/altivec.h -%%YCMDDIR%%/clang_includes/include/ammintrin.h -%%YCMDDIR%%/clang_includes/include/arm64intr.h -%%YCMDDIR%%/clang_includes/include/arm_acle.h -%%YCMDDIR%%/clang_includes/include/armintr.h -%%YCMDDIR%%/clang_includes/include/avx2intrin.h -%%YCMDDIR%%/clang_includes/include/avx512bitalgintrin.h -%%YCMDDIR%%/clang_includes/include/avx512bwintrin.h -%%YCMDDIR%%/clang_includes/include/avx512cdintrin.h -%%YCMDDIR%%/clang_includes/include/avx512dqintrin.h -%%YCMDDIR%%/clang_includes/include/avx512erintrin.h -%%YCMDDIR%%/clang_includes/include/avx512fintrin.h -%%YCMDDIR%%/clang_includes/include/avx512ifmaintrin.h -%%YCMDDIR%%/clang_includes/include/avx512ifmavlintrin.h -%%YCMDDIR%%/clang_includes/include/avx512pfintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vbmi2intrin.h -%%YCMDDIR%%/clang_includes/include/avx512vbmiintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vbmivlintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vlbitalgintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vlbwintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vlcdintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vldqintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vlintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vlvbmi2intrin.h -%%YCMDDIR%%/clang_includes/include/avx512vlvnniintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vnniintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vpopcntdqintrin.h -%%YCMDDIR%%/clang_includes/include/avx512vpopcntdqvlintrin.h -%%YCMDDIR%%/clang_includes/include/avxintrin.h -%%YCMDDIR%%/clang_includes/include/bmi2intrin.h -%%YCMDDIR%%/clang_includes/include/bmiintrin.h -%%YCMDDIR%%/clang_includes/include/cetintrin.h -%%YCMDDIR%%/clang_includes/include/cldemoteintrin.h -%%YCMDDIR%%/clang_includes/include/clflushoptintrin.h -%%YCMDDIR%%/clang_includes/include/clwbintrin.h -%%YCMDDIR%%/clang_includes/include/clzerointrin.h -%%YCMDDIR%%/clang_includes/include/cpuid.h -%%YCMDDIR%%/clang_includes/include/cuda_wrappers/algorithm -%%YCMDDIR%%/clang_includes/include/cuda_wrappers/complex -%%YCMDDIR%%/clang_includes/include/cuda_wrappers/new -%%YCMDDIR%%/clang_includes/include/emmintrin.h -%%YCMDDIR%%/clang_includes/include/f16cintrin.h -%%YCMDDIR%%/clang_includes/include/float.h -%%YCMDDIR%%/clang_includes/include/fma4intrin.h -%%YCMDDIR%%/clang_includes/include/fmaintrin.h -%%YCMDDIR%%/clang_includes/include/fxsrintrin.h -%%YCMDDIR%%/clang_includes/include/gfniintrin.h -%%YCMDDIR%%/clang_includes/include/htmintrin.h -%%YCMDDIR%%/clang_includes/include/htmxlintrin.h -%%YCMDDIR%%/clang_includes/include/ia32intrin.h -%%YCMDDIR%%/clang_includes/include/immintrin.h -%%YCMDDIR%%/clang_includes/include/intrin.h -%%YCMDDIR%%/clang_includes/include/inttypes.h -%%YCMDDIR%%/clang_includes/include/invpcidintrin.h -%%YCMDDIR%%/clang_includes/include/iso646.h -%%YCMDDIR%%/clang_includes/include/limits.h -%%YCMDDIR%%/clang_includes/include/lwpintrin.h -%%YCMDDIR%%/clang_includes/include/lzcntintrin.h -%%YCMDDIR%%/clang_includes/include/mm3dnow.h -%%YCMDDIR%%/clang_includes/include/mm_malloc.h -%%YCMDDIR%%/clang_includes/include/mmintrin.h -%%YCMDDIR%%/clang_includes/include/module.modulemap -%%YCMDDIR%%/clang_includes/include/movdirintrin.h -%%YCMDDIR%%/clang_includes/include/msa.h -%%YCMDDIR%%/clang_includes/include/mwaitxintrin.h -%%YCMDDIR%%/clang_includes/include/nmmintrin.h -%%YCMDDIR%%/clang_includes/include/opencl-c.h -%%YCMDDIR%%/clang_includes/include/pconfigintrin.h -%%YCMDDIR%%/clang_includes/include/pkuintrin.h -%%YCMDDIR%%/clang_includes/include/pmmintrin.h -%%YCMDDIR%%/clang_includes/include/popcntintrin.h -%%YCMDDIR%%/clang_includes/include/prfchwintrin.h -%%YCMDDIR%%/clang_includes/include/ptwriteintrin.h -%%YCMDDIR%%/clang_includes/include/rdseedintrin.h -%%YCMDDIR%%/clang_includes/include/rtmintrin.h -%%YCMDDIR%%/clang_includes/include/s390intrin.h -%%YCMDDIR%%/clang_includes/include/sgxintrin.h -%%YCMDDIR%%/clang_includes/include/shaintrin.h -%%YCMDDIR%%/clang_includes/include/smmintrin.h -%%YCMDDIR%%/clang_includes/include/stdalign.h -%%YCMDDIR%%/clang_includes/include/stdarg.h -%%YCMDDIR%%/clang_includes/include/stdatomic.h -%%YCMDDIR%%/clang_includes/include/stdbool.h -%%YCMDDIR%%/clang_includes/include/stddef.h -%%YCMDDIR%%/clang_includes/include/stdint.h -%%YCMDDIR%%/clang_includes/include/stdnoreturn.h -%%YCMDDIR%%/clang_includes/include/tbmintrin.h -%%YCMDDIR%%/clang_includes/include/tgmath.h -%%YCMDDIR%%/clang_includes/include/tmmintrin.h -%%YCMDDIR%%/clang_includes/include/unwind.h -%%YCMDDIR%%/clang_includes/include/vadefs.h -%%YCMDDIR%%/clang_includes/include/vaesintrin.h -%%YCMDDIR%%/clang_includes/include/varargs.h -%%YCMDDIR%%/clang_includes/include/vecintrin.h -%%YCMDDIR%%/clang_includes/include/vpclmulqdqintrin.h -%%YCMDDIR%%/clang_includes/include/waitpkgintrin.h -%%YCMDDIR%%/clang_includes/include/wbnoinvdintrin.h -%%YCMDDIR%%/clang_includes/include/wmmintrin.h -%%YCMDDIR%%/clang_includes/include/x86intrin.h -%%YCMDDIR%%/clang_includes/include/xmmintrin.h -%%YCMDDIR%%/clang_includes/include/xopintrin.h -%%YCMDDIR%%/clang_includes/include/xsavecintrin.h -%%YCMDDIR%%/clang_includes/include/xsaveintrin.h -%%YCMDDIR%%/clang_includes/include/xsaveoptintrin.h -%%YCMDDIR%%/clang_includes/include/xsavesintrin.h -%%YCMDDIR%%/clang_includes/include/xtestintrin.h %%YCMDDIR%%/cpp/BoostParts/CMakeLists.txt -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/concept.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/config.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/find_format.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/find_format_all.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/find_format_store.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/find_iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/finder_regex.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/formatter.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/formatter_regex.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/replace_storage.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/sequence.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/detail/util.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/find_format.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/find_iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/formatter.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/iter_find.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/regex.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/regex_find_format.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/sequence_traits.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/algorithm/string/yes_no_type.hpp %%YCMDDIR%%/cpp/BoostParts/boost/assert.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/bind/mem_fn.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/bind/mem_fn_cc.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/bind/mem_fn_template.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/bind/mem_fn_vw.hpp %%YCMDDIR%%/cpp/BoostParts/boost/cerrno.hpp %%YCMDDIR%%/cpp/BoostParts/boost/checked_delete.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/assert.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/detail/backward_compatibility.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/detail/borland.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/detail/concept_def.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/detail/concept_undef.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/detail/general.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/detail/has_constraints.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/detail/msvc.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept/usage.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/concept_check.hpp %%YCMDDIR%%/cpp/BoostParts/boost/config.hpp %%YCMDDIR%%/cpp/BoostParts/boost/config/abi/borland_prefix.hpp %%YCMDDIR%%/cpp/BoostParts/boost/config/abi/borland_suffix.hpp @@ -299,21 +150,17 @@ %%YCMDDIR%%/cpp/BoostParts/boost/core/checked_delete.hpp %%YCMDDIR%%/cpp/BoostParts/boost/core/demangle.hpp %%YCMDDIR%%/cpp/BoostParts/boost/core/enable_if.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/core/no_exceptions_support.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/core/noncopyable.hpp %%YCMDDIR%%/cpp/BoostParts/boost/core/ref.hpp %%YCMDDIR%%/cpp/BoostParts/boost/core/scoped_enum.hpp %%YCMDDIR%%/cpp/BoostParts/boost/core/typeinfo.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/core/use_default.hpp %%YCMDDIR%%/cpp/BoostParts/boost/cregex.hpp %%YCMDDIR%%/cpp/BoostParts/boost/cstdint.hpp %%YCMDDIR%%/cpp/BoostParts/boost/current_function.hpp %%YCMDDIR%%/cpp/BoostParts/boost/detail/bitmask.hpp %%YCMDDIR%%/cpp/BoostParts/boost/detail/container_fwd.hpp %%YCMDDIR%%/cpp/BoostParts/boost/detail/indirect_traits.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/detail/iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/detail/scoped_enum_emulation.hpp %%YCMDDIR%%/cpp/BoostParts/boost/detail/select_type.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/detail/sp_typeinfo.hpp %%YCMDDIR%%/cpp/BoostParts/boost/detail/utf8_codecvt_facet.hpp %%YCMDDIR%%/cpp/BoostParts/boost/detail/utf8_codecvt_facet.ipp %%YCMDDIR%%/cpp/BoostParts/boost/detail/workaround.hpp @@ -327,29 +174,8 @@ %%YCMDDIR%%/cpp/BoostParts/boost/filesystem/path.hpp %%YCMDDIR%%/cpp/BoostParts/boost/filesystem/path_traits.hpp %%YCMDDIR%%/cpp/BoostParts/boost/filesystem/string_file.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/detail/function_iterate.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/detail/gen_maybe_include.pl -%%YCMDDIR%%/cpp/BoostParts/boost/function/detail/maybe_include.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/detail/prologue.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function0.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function1.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function10.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function2.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function3.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function4.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function5.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function6.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function7.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function8.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function9.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function_base.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function_fwd.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function/function_template.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/function_equal.hpp %%YCMDDIR%%/cpp/BoostParts/boost/functional/hash.hpp %%YCMDDIR%%/cpp/BoostParts/boost/functional/hash_fwd.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/get_pointer.hpp %%YCMDDIR%%/cpp/BoostParts/boost/integer.hpp %%YCMDDIR%%/cpp/BoostParts/boost/integer/static_log2.hpp %%YCMDDIR%%/cpp/BoostParts/boost/integer_fwd.hpp @@ -357,22 +183,15 @@ %%YCMDDIR%%/cpp/BoostParts/boost/io/detail/quoted_manip.hpp %%YCMDDIR%%/cpp/BoostParts/boost/io/ios_state.hpp %%YCMDDIR%%/cpp/BoostParts/boost/io_fwd.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/iterator/advance.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/config_def.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/config_undef.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/enable_if.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/detail/facade_iterator_category.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/iterator/distance.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/interoperable.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_adaptor.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_categories.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_concepts.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_facade.hpp %%YCMDDIR%%/cpp/BoostParts/boost/iterator/iterator_traits.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/iterator/reverse_iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/iterator/transform_iterator.hpp %%YCMDDIR%%/cpp/BoostParts/boost/limits.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/mem_fn.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/always.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/and.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/apply.hpp @@ -982,7 +801,6 @@ %%YCMDDIR%%/cpp/BoostParts/boost/mpl/lambda.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/lambda_fwd.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/limits/arity.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/mpl/logical.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/next.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/next_prior.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/not.hpp @@ -992,7 +810,6 @@ %%YCMDDIR%%/cpp/BoostParts/boost/mpl/quote.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/void.hpp %%YCMDDIR%%/cpp/BoostParts/boost/mpl/void_fwd.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/next_prior.hpp %%YCMDDIR%%/cpp/BoostParts/boost/predef.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/alpha.h @@ -1115,6 +932,7 @@ %%YCMDDIR%%/cpp/BoostParts/boost/predef/other.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/other/endian.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/platform.h +%%YCMDDIR%%/cpp/BoostParts/boost/predef/platform/android.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/platform/cloudabi.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/platform/ios.h %%YCMDDIR%%/cpp/BoostParts/boost/predef/platform/mingw.h @@ -1131,19 +949,15 @@ %%YCMDDIR%%/cpp/BoostParts/boost/predef/version_number.h %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/arithmetic/add.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/arithmetic/dec.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/arithmetic/detail/div_base.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/arithmetic/inc.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/arithmetic/mod.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/arithmetic/sub.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/array/data.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/array/elem.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/array/size.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/cat.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/comma_if.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/comparison/less_equal.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/comparison/not_equal.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/config/config.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/control/deduce_d.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/control/detail/dmc/while.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/control/detail/edg/while.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/control/detail/msvc/while.hpp @@ -1161,15 +975,12 @@ %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/detail/is_binary.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/detail/split.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/empty.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/enum.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/enum_params.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/enum_shifted_params.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/expr_if.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/facilities/detail/is_empty.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/facilities/empty.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/facilities/expand.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/facilities/identity.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/facilities/intercept.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/facilities/is_1.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/facilities/is_empty.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/facilities/is_empty_variadic.hpp @@ -1219,7 +1030,6 @@ %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/logical/bitand.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/logical/bool.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/logical/compl.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/logical/not.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/punctuation/comma.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/punctuation/comma_if.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/punctuation/detail/is_begin_parens.hpp @@ -1229,27 +1039,20 @@ %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/detail/edg/for.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/detail/for.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/detail/msvc/for.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/enum.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/enum_binary_params.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/enum_params.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/enum_shifted_params.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/enum_trailing_params.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/for.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/repeat.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/repetition/repeat_from_to.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/cat.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/detail/is_empty.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/detail/split.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/elem.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/enum.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/first_n.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/fold_left.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/for_each_i.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/rest_n.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/seq.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/size.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/subseq.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/seq/transform.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/slot/detail/counter.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/slot/detail/def.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/slot/detail/shared.hpp @@ -1268,46 +1071,6 @@ %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/tuple/to_list.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/variadic/elem.hpp %%YCMDDIR%%/cpp/BoostParts/boost/preprocessor/variadic/size.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/algorithm/equal.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/as_literal.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/begin.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/concepts.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/config.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/const_iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/as_literal.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/begin.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/common.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/detail_str.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/end.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/extract_optional_type.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/has_member_size.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/implementation_help.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/misc_concept.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/msvc_has_iterator_workaround.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/remove_extent.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/safe_bool.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/sfinae.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/size_type.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/str_types.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/detail/value_type.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/difference_type.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/distance.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/empty.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/end.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/functions.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/has_range_iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/iterator_range.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/iterator_range_core.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/iterator_range_io.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/mutable_iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/range_fwd.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/rbegin.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/rend.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/reverse_iterator.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/size.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/size_type.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/range/value_type.hpp %%YCMDDIR%%/cpp/BoostParts/boost/ref.hpp %%YCMDDIR%%/cpp/BoostParts/boost/regex.hpp %%YCMDDIR%%/cpp/BoostParts/boost/regex/config.hpp @@ -1368,6 +1131,15 @@ %%YCMDDIR%%/cpp/BoostParts/boost/scoped_ptr.hpp %%YCMDDIR%%/cpp/BoostParts/boost/shared_ptr.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/bad_weak_ptr.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count_gcc.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count_nt.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count_pt.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count_spin.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count_std_atomic.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count_sync.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/atomic_count_win32.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/lightweight_mutex.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/local_counted_base.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/local_sp_deleter.hpp @@ -1402,6 +1174,7 @@ %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/sp_interlocked.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/sp_noexcept.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/sp_nullptr_t.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/sp_typeinfo_.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/spinlock.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/spinlock_gcc_arm.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/spinlock_nt.hpp @@ -1411,6 +1184,8 @@ %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/spinlock_sync.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/spinlock_w32.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/detail/yield_k.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/intrusive_ptr.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/intrusive_ref_counter.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/scoped_array.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/scoped_ptr.hpp %%YCMDDIR%%/cpp/BoostParts/boost/smart_ptr/shared_ptr.hpp @@ -1425,13 +1200,6 @@ %%YCMDDIR%%/cpp/BoostParts/boost/system/error_code.hpp %%YCMDDIR%%/cpp/BoostParts/boost/system/system_error.hpp %%YCMDDIR%%/cpp/BoostParts/boost/throw_exception.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_index.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_index/ctti_type_index.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_index/detail/compile_time_type_info.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_index/detail/ctti_register_class.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_index/detail/stl_register_class.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_index/stl_type_index.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_index/type_index_facade.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/add_const.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/add_lvalue_reference.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/add_pointer.hpp @@ -1439,57 +1207,37 @@ %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/add_rvalue_reference.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/add_volatile.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/alignment_of.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/composite_traits.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/conditional.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/conversion_traits.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/decay.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/declval.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/config.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/has_binary_operator.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_cxx_03.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_cxx_11.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_msvc10_fix.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_ptr_helper.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_ptr_tester.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_likely_lambda.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/yes_no_type.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/enable_if.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/function_traits.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/has_minus.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/has_minus_assign.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/has_plus.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/has_plus_assign.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/has_trivial_copy.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/has_trivial_destructor.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/integral_constant.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/intrinsics.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_abstract.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_arithmetic.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_array.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_base_and_derived.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_base_of.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_class.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_complete.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_const.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_constructible.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_convertible.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_copy_constructible.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_default_constructible.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_destructible.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_enum.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_floating_point.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_function.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_fundamental.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_integral.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_lvalue_reference.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_member_function_pointer.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_member_pointer.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_noncopyable.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_pod.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_pointer.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_polymorphic.hpp @@ -1502,29 +1250,20 @@ %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_unsigned.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_void.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_volatile.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/make_signed.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/make_unsigned.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/make_void.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/remove_bounds.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/remove_const.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/remove_cv.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/remove_extent.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/remove_pointer.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/remove_reference.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/type_identity.hpp %%YCMDDIR%%/cpp/BoostParts/boost/type_traits/type_with_alignment.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/utility.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/utility/addressof.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/utility/base_from_member.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/utility/binary.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/utility/detail/result_of_iterate.hpp %%YCMDDIR%%/cpp/BoostParts/boost/utility/enable_if.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/utility/identity_type.hpp -%%YCMDDIR%%/cpp/BoostParts/boost/utility/result_of.hpp %%YCMDDIR%%/cpp/BoostParts/boost/version.hpp %%YCMDDIR%%/cpp/BoostParts/boost/winapi/basic_types.hpp %%YCMDDIR%%/cpp/BoostParts/boost/winapi/character_code_conversion.hpp %%YCMDDIR%%/cpp/BoostParts/boost/winapi/config.hpp +%%YCMDDIR%%/cpp/BoostParts/boost/winapi/dll.hpp %%YCMDDIR%%/cpp/BoostParts/boost/winapi/error_codes.hpp %%YCMDDIR%%/cpp/BoostParts/boost/winapi/error_handling.hpp %%YCMDDIR%%/cpp/BoostParts/boost/winapi/get_last_error.hpp @@ -1700,34 +1439,167 @@ %%YCMDDIR%%/cpp/ycm/versioning.cpp %%YCMDDIR%%/cpp/ycm/versioning.h %%YCMDDIR%%/cpp/ycm/ycm_core.cpp -%%MONO%%%%YCMDDIR%%/third_party/OmniSharpServer/OmniSharp/bin/Release -%%YCMDDIR%%/third_party/cregex/.gitignore -%%YCMDDIR%%/third_party/cregex/CMakeLists.txt -%%YCMDDIR%%/third_party/cregex/PyPI/MANIFEST -%%YCMDDIR%%/third_party/cregex/PyPI/MANIFEST.in -%%YCMDDIR%%/third_party/cregex/PyPI/PKG-INFO -%%YCMDDIR%%/third_party/cregex/PyPI/README -%%YCMDDIR%%/third_party/cregex/PyPI/setup.py -%%YCMDDIR%%/third_party/cregex/README.rst -%%YCMDDIR%%/third_party/cregex/docs/Features.html -%%YCMDDIR%%/third_party/cregex/docs/Features.rst -%%YCMDDIR%%/third_party/cregex/docs/UnicodeProperties.rst -%%YCMDDIR%%/third_party/cregex/regex_2/_regex.c -%%YCMDDIR%%/third_party/cregex/regex_2/_regex.h -%%YCMDDIR%%/third_party/cregex/regex_2/_regex_core.py -%%YCMDDIR%%/third_party/cregex/regex_2/_regex_unicode.c -%%YCMDDIR%%/third_party/cregex/regex_2/_regex_unicode.h -%%YCMDDIR%%/third_party/cregex/regex_2/regex.py -%%YCMDDIR%%/third_party/cregex/regex_2/test_regex.py -%%YCMDDIR%%/third_party/cregex/regex_3/_regex.c -%%YCMDDIR%%/third_party/cregex/regex_3/_regex.h -%%YCMDDIR%%/third_party/cregex/regex_3/_regex_core.py -%%YCMDDIR%%/third_party/cregex/regex_3/_regex_unicode.c -%%YCMDDIR%%/third_party/cregex/regex_3/_regex_unicode.h -%%YCMDDIR%%/third_party/cregex/regex_3/regex.py -%%YCMDDIR%%/third_party/cregex/regex_3/test_regex.py -%%YCMDDIR%%/third_party/cregex/setup.py -%%YCMDDIR%%/third_party/cregex/tools/build_regex_unicode.py +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__clang_cuda_builtin_vars.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__clang_cuda_cmath.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__clang_cuda_complex_builtins.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__clang_cuda_device_functions.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__clang_cuda_intrinsics.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__clang_cuda_libdevice_declares.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__clang_cuda_math_forward_declares.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__clang_cuda_runtime_wrapper.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__stddef_max_align_t.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__wmmintrin_aes.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/__wmmintrin_pclmul.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/adxintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/altivec.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/ammintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/arm64intr.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/arm_acle.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/armintr.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx2intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512bf16intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512bitalgintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512bwintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512cdintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512dqintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512erintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512fintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512ifmaintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512ifmavlintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512pfintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vbmi2intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vbmiintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vbmivlintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vlbf16intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vlbitalgintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vlbwintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vlcdintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vldqintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vlintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vlvbmi2intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vlvnniintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vlvp2intersectintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vnniintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vp2intersectintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vpopcntdqintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avx512vpopcntdqvlintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/avxintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/bmi2intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/bmiintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/cetintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/cldemoteintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/clflushoptintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/clwbintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/clzerointrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/cpuid.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/cuda_wrappers/algorithm +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/cuda_wrappers/complex +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/cuda_wrappers/new +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/emmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/enqcmdintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/f16cintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/float.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/fma4intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/fmaintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/fxsrintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/gfniintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/htmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/htmxlintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/ia32intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/immintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/inttypes.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/invpcidintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/iso646.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/limits.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/lwpintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/lzcntintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/mm3dnow.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/mm_malloc.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/mmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/module.modulemap +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/movdirintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/msa.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/mwaitxintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/nmmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/opencl-c-base.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/opencl-c.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/openmp_wrappers/__clang_openmp_math_declares.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/openmp_wrappers/cmath +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/openmp_wrappers/math.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/pconfigintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/pkuintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/pmmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/popcntintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/ppc_wrappers/emmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/ppc_wrappers/mm_malloc.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/ppc_wrappers/mmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/ppc_wrappers/xmmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/prfchwintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/ptwriteintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/rdseedintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/rtmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/s390intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/sgxintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/shaintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/smmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/stdalign.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/stdarg.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/stdatomic.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/stdbool.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/stddef.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/stdint.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/stdnoreturn.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/tbmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/tgmath.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/tmmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/unwind.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/vadefs.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/vaesintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/varargs.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/vecintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/vpclmulqdqintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/waitpkgintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/wbnoinvdintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/wmmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/x86intrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/xmmintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/xopintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/xsavecintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/xsaveintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/xsaveoptintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/xsavesintrin.h +%%YCMDDIR%%/third_party/clang/lib/clang/9.0.0/include/xtestintrin.h +%%YCMDDIR%%/third_party/clang/lib/libclang.so.9 +%%REGEX%%%%YCMDDIR%%/third_party/cregex/.gitignore +%%REGEX%%%%YCMDDIR%%/third_party/cregex/CMakeLists.txt +%%REGEX%%%%YCMDDIR%%/third_party/cregex/PyPI/MANIFEST +%%REGEX%%%%YCMDDIR%%/third_party/cregex/PyPI/MANIFEST.in +%%REGEX%%%%YCMDDIR%%/third_party/cregex/PyPI/PKG-INFO +%%REGEX%%%%YCMDDIR%%/third_party/cregex/PyPI/README +%%REGEX%%%%YCMDDIR%%/third_party/cregex/PyPI/setup.py +%%REGEX%%%%YCMDDIR%%/third_party/cregex/README.rst +%%REGEX%%%%YCMDDIR%%/third_party/cregex/docs/Features.html +%%REGEX%%%%YCMDDIR%%/third_party/cregex/docs/Features.rst +%%REGEX%%%%YCMDDIR%%/third_party/cregex/docs/UnicodeProperties.rst +%%REGEX%%%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_%%PYTHON_MAJOR_VER%%/_regex.so +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_2/_regex.c +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_2/_regex.h +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_2/_regex_core.py +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_2/_regex_unicode.c +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_2/_regex_unicode.h +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_2/regex.py +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_2/test_regex.py +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_3/_regex.c +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_3/_regex.h +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_3/_regex_core.py +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_3/_regex_unicode.c +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_3/_regex_unicode.h +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_3/regex.py +%%REGEX%%%%YCMDDIR%%/third_party/cregex/regex_3/test_regex.py +%%REGEX%%%%YCMDDIR%%/third_party/cregex/setup.py +%%REGEX%%%%YCMDDIR%%/third_party/cregex/tools/build_regex_unicode.py %%YCMDDIR%%/third_party/tern_runtime/package.json %%YCMDDIR%%/ycm_core.so %%YCMDDIR%%/ycmd/__init__.py @@ -1769,8 +1641,10 @@ %%YCMDDIR%%/ycmd/completers/javascript/hook.py %%YCMDDIR%%/ycmd/completers/javascript/tern_completer.py %%YCMDDIR%%/ycmd/completers/language_server/__init__.py +%%YCMDDIR%%/ycmd/completers/language_server/generic_lsp_completer.py %%YCMDDIR%%/ycmd/completers/language_server/language_server_completer.py %%YCMDDIR%%/ycmd/completers/language_server/language_server_protocol.py +%%YCMDDIR%%/ycmd/completers/language_server/simple_language_server_completer.py %%YCMDDIR%%/ycmd/completers/objc/__init__.py %%YCMDDIR%%/ycmd/completers/objc/hook.py %%YCMDDIR%%/ycmd/completers/objcpp/__init__.py @@ -1784,6 +1658,7 @@ %%YCMDDIR%%/ycmd/completers/typescript/__init__.py %%YCMDDIR%%/ycmd/completers/typescript/hook.py %%YCMDDIR%%/ycmd/completers/typescript/typescript_completer.py +%%YCMDDIR%%/ycmd/completers/typescriptreact/hook.py %%YCMDDIR%%/ycmd/default_settings.json %%YCMDDIR%%/ycmd/extra_conf_store.py %%YCMDDIR%%/ycmd/handlers.py