diff options
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 |
