1
    2
    3
    4
    5
    6
    7

.clangd [blame]

# Disable include-cleaner checks, as Chromium doesn't enforce them and they
# just create noise when working with clangd.
Diagnostics:
  UnusedIncludes: None
  MissingIncludes: None
CompileFlags:
  Remove: [-cfg=*, -exec_root=*, -inputs=*, -DUNSAFE_BUFFERS_BUILD]