Checks: >
    -*,
    bugprone-*,
    cert-*,
    clang-analyzer-*,
    llvm-*,
    misc-*,
    modernize-*,
    performance-*,
    portability-*,
    readability-*,
    -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
    -misc-include-cleaner,
    -cert-err33-c,
    -llvm-header-guard,
    -clang-analyzer-unix.StdCLibraryFunctions,
    -clang-analyzer-optin.taint.TaintedAlloc,
    -clang-analyzer-security.MmapWriteExec

# Turn all the warnings from the checks above into errors.
WarningsAsErrors: "*"
