From 6297a226972f1f0fd0923edb363f4b5dcf16ffe5 Mon Sep 17 00:00:00 2001 From: Francisco Date: Tue, 17 Nov 2020 09:35:26 +0000 Subject: [PATCH] disable clang-tidy flags for trailing return types and llvmlibc-callee-namespace --- .clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 90f531df5..99d622a7b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -14,8 +14,9 @@ Checks: '*,-fuchsia-*, -cppcoreguidelines-pro-bounds-array-to-pointer-decay,-hicpp-no-array-decay, -cppcoreguidelines-pro-bounds-constant-array-index,-cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-union-access, - -modernize-use-using, + -modernize-use-using,-modernize-use-trailing-return-type, -modernize-use-auto,-hicpp-use-auto, + -llvmlibc-callee-namespace, -google-runtime-references,-google-readability-casting,-google-build-using-namespace, google-default-arguments,-cppcoreguidelines-pro-bounds-pointer-arithmetic, -cert-err58-cpp,