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

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