diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-23 08:10:49 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-23 08:10:49 +0100 |
| commit | 754012dd458985a6a4953c99204c6651318892b2 (patch) | |
| tree | 3c654198ae6704137d6da8f9396f3e8970630ea0 /.clangd | |
| parent | c9ce8625dd80f701e280f90cb30c30f8663473e9 (diff) | |
| download | teachos-754012dd458985a6a4953c99204c6651318892b2.tar.xz teachos-754012dd458985a6a4953c99204c6651318892b2.zip | |
testing: enable build-host testing
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ Diagnostics: UnusedIncludes: Strict - MissingIncludes: Strict
\ No newline at end of file + MissingIncludes: Strict + +--- +If: + PathMatch: + - "libs/.*/tests/.*\\.cpp" +Diagnostics: + ClangTidy: + Remove: '*' +CompileFlags: + Add: + - -Wno-c2y-extensions
\ No newline at end of file |
