chore(clangd): remove optional access checking

This commit is contained in:
2026-08-18 17:49:20 +02:00
parent a311795915
commit a1dac8ae3f
+2 -1
View File
@@ -33,7 +33,8 @@ Checks: >
-cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-pro-bounds-array-to-pointer-decay,
-cppcoreguidelines-use-enum-class, -cppcoreguidelines-use-enum-class,
-bugprone-forward-declaration-namespace, -bugprone-forward-declaration-namespace,
-bugprone-tagged-union-member-count -bugprone-tagged-union-member-count,
-bugprone-unchecked-optional-access
WarningsAsErrors: "*" WarningsAsErrors: "*"