From b07846c67d8e7fa4de99f0d2dc8b69f1dd6cce92 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 21 Dec 2021 16:18:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B0=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D0=BA=D0=B0=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D0=BA=D0=B0=20llvm-header-guard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 12dab7f..ecce171 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -13,6 +13,7 @@ portability-*, -cppcoreguidelines-owning-memory, -cppcoreguidelines-avoid-magic-numbers, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, +-llvm-header-guard, -readability-magic-numbers, -readability-else-after-return, -modernize-use-trailing-return-type,