diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-05-04 13:50:04 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.ru> | 2022-05-04 13:50:04 +0300 |
commit | 2a360769e991982cceffc8dbb2bb30757cef5407 (patch) | |
tree | e23081cef793d0604ed786d5a48725ab824586b0 | |
parent | 1d31c5351b420fb1620c3eed97458acb2ea1e868 (diff) | |
download | ydb-2a360769e991982cceffc8dbb2bb30757cef5407.tar.gz |
Import clang 14.0.3
ref:d084ee36fa6c4355b83cb017dc5ceaf361e55543
-rw-r--r-- | build/rules/contrib_deps.policy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rules/contrib_deps.policy b/build/rules/contrib_deps.policy index d7d382266c0..f7e626539b6 100644 --- a/build/rules/contrib_deps.policy +++ b/build/rules/contrib_deps.policy @@ -38,6 +38,7 @@ ALLOW contrib/python/python-magic -> library/python/symbols/libmagic ALLOW contrib/python/typecode -> library/python/symbols/libmagic ALLOW contrib/tools/jdk/test -> devtools/ya/yalibrary/tools ALLOW contrib/libs/clang12/tools/extra/clang-tidy/tool -> library/cpp/clang_tidy +ALLOW contrib/libs/clang14/tools/extra/clang-tidy/tool -> library/cpp/clang_tidy ALLOW contrib/libs/inja -> library/cpp/scheme ALLOW contrib/libs/geos/capi/ctypes -> library/python/ctypes ALLOW contrib/libs/leveldb -> library/cpp/deprecated/mapped_file |