summaryrefslogtreecommitdiff
path: root/BUILD.bazel
blob: 467c3644f87ccbc8ca22c35458e7081d9bde012f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")

refresh_compile_commands(
    name = "refresh_clangd",
    targets = "//...",
)

platform(
    name = "x64_windows-clang-cl",
    constraint_values = [
        "@platforms//cpu:x86_64",
        "@platforms//os:windows",
        "@bazel_tools//tools/cpp:clang-cl",
    ],
)