From a1dac8ae3fef7ede4db3f704c3666d716c22fbc7 Mon Sep 17 00:00:00 2001 From: CHatingPython Date: Tue, 18 Aug 2026 17:49:20 +0200 Subject: [PATCH] chore(clangd): remove optional access checking --- .clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index cad92f5..8b6e207 100755 --- a/.clang-tidy +++ b/.clang-tidy @@ -33,7 +33,8 @@ Checks: > -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-use-enum-class, -bugprone-forward-declaration-namespace, - -bugprone-tagged-union-member-count + -bugprone-tagged-union-member-count, + -bugprone-unchecked-optional-access WarningsAsErrors: "*"