From 3e9d00ee8b1110569b1f799326930af3dc2325aa Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 21 Dec 2021 16:11:33 +0300 Subject: [PATCH] -llvm-header-guard --- .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,