summaryrefslogtreecommitdiffstats
path: root/build/build-clang/clang-tidy-win64.json
blob: 38a017bc24c276f18f0660e44f1fb19438abe187 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "stages": "1",
    "build_clang_tidy": true,
    "cc": "cl.exe",
    "cxx": "cl.exe",
    "ml": "ml64.exe",
    "patches": [
        "clang_include_cleaner.patch",
        "clang-tidy-ci.patch"
    ]
}