diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 08:49:21 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 08:49:21 +0200 |
| commit | 5ae03c52fe33882416aa6044993d8422ccb33ab4 (patch) | |
| tree | c57eec815885c5fde439cedb48da61cc886fc84b /.clangd | |
| parent | 9b80bd2ca528a376c2bb6831020b3d78e4b252d6 (diff) | |
| download | teachos-5ae03c52fe33882416aa6044993d8422ccb33ab4.tar.xz teachos-5ae03c52fe33882416aa6044993d8422ccb33ab4.zip | |
kernel: begin basic bht implementation
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
