diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-03-22 19:24:24 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-03-22 19:34:35 +0300 |
commit | faa1ad36d2e56b8c952b0a45ee32ca378764df36 (patch) | |
tree | 6ba6135fb7e4c670df16353dc1edc3de3d80a9f8 /build/ymake.core.conf | |
parent | 445d67a170e9f5d078adcc9b32224cc009c34b3a (diff) | |
download | ydb-faa1ad36d2e56b8c952b0a45ee32ca378764df36.tar.gz |
Use clang-format16 in _CPP_STYLE
33a30f5e3d8a6a71797d61a82f5d54b7afc3a0f4
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d1835127b4..33aa8b71dc 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -150,7 +150,7 @@ macro FUNCTION_ORDERING_FILE(ORDERING_FILE) { } } ASSERT(_OK FUNCTION_ORDERING_FILE macro can be used only with `lld` linker, but you chose `$_LINKER_ID`.) - LDFLAGS("-Wl,--symbol-ordering-file=${suf=_RESOURCE_GLOBAL/funcs.ord;pre=$:ORDERING_FILE}") + LDFLAGS("-Wl,--symbol-ordering-file=${suf=_RESOURCE_GLOBAL/funcs.ord;pre=$:ORDERING_FILE}") } ### @usage: SELECT_CLANG_SA_CONFIG(static_analyzer.yaml) @@ -5827,7 +5827,7 @@ macro ADD_LINTER_CHECK(CheckName, Linter, DEPENDS[], EXCLUDE[], FILES[], CONFIGS # tag:internal # Draft. Don't use. macro _CPP_STYLE(EXCLUDE[], Files...) { - ADD_LINTER_CHECK(cpp_style tools/cpp_style_checker/cpp_style_checker DEPENDS contrib/libs/clang12/tools/clang-format EXCLUDE $EXCLUDE FILES $Files CONFIGS devtools/ya/handlers/style/style_config) + ADD_LINTER_CHECK(cpp_style tools/cpp_style_checker/cpp_style_checker DEPENDS contrib/libs/clang16/tools/clang-format EXCLUDE $EXCLUDE FILES $Files CONFIGS devtools/ya/handlers/style/style_config) } ### @usage: CLANG_EMIT_AST_CXX_RUN_TOOL(Tool Args... [SOURCES ...] [OPTS ...] [IN ...] [IN_NOPARSE ...] [TOOL ...] [OUTPUT_INCLUDES ...] [INDUCED_DEPS ...] [IN_DEPS ...] [STDOUT out-file-name] [STDOUT_NOAUTO out-file-name] [CWD cwd]) |