aboutsummaryrefslogtreecommitdiff
path: root/.clangd
blob: 71ee568c1bd40c3d00766f4f57b8fd02f41b29a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Diagnostics:
  UnusedIncludes: Strict
  MissingIncludes: Strict
CompileFlags:
  Remove:
    - -fcondition-coverage
Documentation:
  CommentFormat: Doxygen

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