aboutsummaryrefslogtreecommitdiff
path: root/.clangd
blob: 556b73c93b2f1e07d59e1f2ad87d573762d69d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Diagnostics:
  UnusedIncludes: Strict
  MissingIncludes: Strict
CompileFlags:
  Remove:
    - -fcondition-coverage

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