aboutsummaryrefslogtreecommitdiff
path: root/.clangd
blob: fac5c82b3f792eb25c12a70cf556b74a8ccc46c8 (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