]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Disable the use-trailing-return-type diagnostic from clang-tidy
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Mar 2022 12:53:27 +0000 (13:53 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Thu, 17 Mar 2022 10:33:40 +0000 (11:33 +0100)
.clang-tidy.bugs
.clang-tidy.full

index 168ba3451cd28043096d95949e19bad2ca708d3b..4c3c2d9021cd351583152ecf0b2b907085111032 100644 (file)
@@ -1,5 +1,5 @@
 ---
-Checks:          'clang-diagnostic-*,clang-analyzer-*,bugprone-*,concurrency-*'
+Checks:          'clang-diagnostic-*,clang-analyzer-*,bugprone-*,concurrency-*,-modernize-use-trailing-return-type'
 WarningsAsErrors: ''
 HeaderFilterRegex: ''
 AnalyzeTemporaryDtors: false
@@ -161,4 +161,3 @@ CheckOptions:
   - key:             bugprone-not-null-terminated-result.WantToUseSafeFunctions
     value:           'true'
 ...
-
index 53c0aba488db81fbeb4fc9d67e09c4d5b56c6907..b98299dce691846ef89270b08beb1d1824a330f5 100644 (file)
@@ -1,5 +1,5 @@
 ---
-Checks:          'clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-*,bugprone-*,concurrency-*,modernize-*,performance-*,portability-*,readability-*'
+Checks:          'clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-*,bugprone-*,concurrency-*,modernize-*,performance-*,portability-*,readability-*,-modernize-use-trailing-return-type'
 WarningsAsErrors: ''
 HeaderFilterRegex: ''
 AnalyzeTemporaryDtors: false
@@ -459,4 +459,3 @@ CheckOptions:
   - key:             llvm-else-after-return.WarnOnUnfixable
     value:           'false'
 ...
-