File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 "strategy" : " external"
6565 },
6666 "cacheVariables" : { "CMAKE_BUILD_TYPE" : " MinSizeRel" }
67- },
68- {
69- "name" : " windows-msvc-x64-lint" ,
70- "displayName" : " Windows MSVC x64 (for Linting)" ,
71- "description" : " Configures the project for running static analysis with clang-tidy." ,
72- "inherits" : " windows-msvc-x64-debug" ,
73- "cacheVariables" : {
74- "CMAKE_MSVC_DEBUG_INFORMATION_FORMAT" : " ProgramDatabase"
75- }
7667 }
7768 ],
7869 "buildPresets" : [
10192 "jobs" : 0
10293 }
10394 ]
104- }
95+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ setlocal enabledelayedexpansion
77:: It requires a compilation database generated with a specific 'lint' preset.
88:: ============================================================================
99
10- set " LINT_PRESET_NAME = windows-msvc-x64-lint "
10+ set " LINT_PRESET_NAME = windows-msvc-x64-debug "
1111set " BUILD_DIR = build/!LINT_PRESET_NAME! "
1212
1313if not exist " !BUILD_DIR! /compile_commands.json" (
You can’t perform that action at this time.
0 commit comments