# clangd configuration for Zed (and any clangd-driven LSP).

CompileFlags:
  CompilationDatabase: .
  Add:
    - -std=c++17
    - -Wno-unknown-warning-option

Diagnostics:
  # Google Benchmark uses some deprecated patterns internally; silencing
  # those keeps the inline diagnostics focused on our own code.
  Suppress:
    - deprecated-declarations

Index:
  Background: Build
