aboutsummaryrefslogtreecommitdiff
path: root/.clangd
blob: cb9a1f604f4a2b14870e2fa7dac0478070d52a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Diagnostics:
  UnusedIncludes: Strict
  MissingIncludes: Strict

---
If:
  PathMatch: 
    - "libs/.*/tests/.*\\.cpp"
Diagnostics:
  ClangTidy:
    Remove: '*'
CompileFlags:
  Add:
    - -Wno-c2y-extensions