CompileFlags:
    Remove: -W*
    Add: [-Wall, -Wno-c++20-designator, -pedantic, -Wno-sign-conversion]
    Compiler: clang++

Diagnostics:
    UnusedIncludes: Strict
    # ClangTidy checks come from .clang-tidy (single source of truth)
    # see a list of checks here: https://clang.llvm.org/extra/clang-tidy/checks/list.html
