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