aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authorMarcel Braun <marcel.braun@ost.ch>2026-04-02 08:48:00 +0200
committerMarcel Braun <marcel.braun@ost.ch>2026-04-02 08:48:00 +0200
commit0c01a95325b26151ff3c9a70142f5dc83ff7d53f (patch)
tree9bf034f544ae773b653554a54edfce232f835754 /.clangd
parent022d3e872de9c5a6a52c67f74af13706552330c0 (diff)
parent3eb680cf5bcef626505cac82820996d8db4170d7 (diff)
downloadteachos-0c01a95325b26151ff3c9a70142f5dc83ff7d53f.tar.xz
teachos-0c01a95325b26151ff3c9a70142f5dc83ff7d53f.zip
Merge branch 'fmorgner/develop-SA-FS26/kernel-bht' into 'develop-BA-FS26'
Add experimental support for kernel tests See merge request teachos/kernel!20
Diffstat (limited to '.clangd')
-rw-r--r--.clangd7
1 files changed, 4 insertions, 3 deletions
diff --git a/.clangd b/.clangd
index 996361d..fac5c82 100644
--- a/.clangd
+++ b/.clangd
@@ -9,11 +9,12 @@ Documentation:
---
If:
- PathMatch:
+ PathMatch:
- "libs/.*/tests/.*\\.cpp"
+ - "kernel/.*\\.tests.cpp"
Diagnostics:
ClangTidy:
- Remove: '*'
+ Remove: "*"
CompileFlags:
Add:
- - -Wno-c2y-extensions \ No newline at end of file
+ - -Wno-c2y-extensions