chore: bump maximum clang tested to 20 (#5692)

This commit is contained in:
Henry Schreiner
2025-05-25 10:54:05 -04:00
committed by GitHub
parent 9d06626521
commit 1dd85ef42a
18 changed files with 57 additions and 35 deletions

View File

@@ -25,15 +25,19 @@
"displayName": "Venv",
"inherits": "default",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
"DOWNLOAD_CATCH": true,
"DOWNLOAD_EIGEN": true,
"PYBIND11_CREATE_WITH_UV": "python3",
"PYBIND11_FINDPYTHON": "NEW",
"PYBIND11_WERROR": true,
"Python_ROOT_DIR": ".venv"
}
},
{
"name": "tidy",
"displayName": "Clang-tidy",
"inherits": "default",
"binaryDir": "build-tidy",
"cacheVariables": {
"CMAKE_CXX_CLANG_TIDY": "clang-tidy;--use-color;--warnings-as-errors=*",
"CMAKE_CXX_STANDARD": "17"
}
}
],
"buildPresets": [
@@ -47,6 +51,12 @@
"displayName": "Venv Build",
"configurePreset": "venv"
},
{
"name": "tidy",
"displayName": "Clang-tidy Build",
"configurePreset": "tidy",
"nativeToolOptions": ["-k0"]
},
{
"name": "tests",
"displayName": "Tests (for workflow)",