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

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