--- # fastwc clang-tidy configuration. # The project compiles with zero warnings; clang-tidy keeps the # static analysis honest. clang-analyzer-* runs in-editor via clangd. # # Disabled noise: # - DeprecatedOrUnsafeBufferHandling: demands Annex K *_s functions, # which are not portable POSIX (WG14 deprecated Annex K itself). # - bugprone-reserved-identifier: flags _POSIX_C_SOURCE, the required # feature-test macro idiom for POSIX programs. Checks: '-*,clang-analyzer-*,bugprone-*,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,-bugprone-reserved-identifier,-bugprone-easily-swappable-parameters' WarningsAsErrors: '' FormatStyle: file