Skip to content

Commit

Permalink
misc: Current clang-tidy does not recognise AnalyzeTemporaryDtors
Browse files Browse the repository at this point in the history
… so disable that
  • Loading branch information
dragonmux committed Aug 11, 2024
1 parent ec7de02 commit a8a5a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Checks: 'bugprone-*,cert-*,clang-analyzer-*,misc-*,modernize-*,portability-*,performance-*,readability-*,-readability-magic-numbers,-readability-braces-around-statements,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,-modernize-macro-to-enum,-bugprone-easily-swappable-parameters,-misc-include-cleaner'
FormatStyle: 'none'
HeaderFilterRegex: '(src|upgrade)/.+'
AnalyzeTemporaryDtors: false
#AnalyzeTemporaryDtors: false
CheckOptions:
- key: cert-dcl16-c.NewSuffixes
value: 'L;LL;UL;ULL'
Expand Down

0 comments on commit a8a5a02

Please sign in to comment.