We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703596e commit 145fddaCopy full SHA for 145fdda
testing/.clang-tidy
@@ -2,7 +2,7 @@
2
Checks: 'clang-diagnostic-*,clang-analyzer-*,-*,performance-*,bugprone-*,clang-analyzer-*,mpi-*,misc-*,readability-*'
3
WarningsAsErrors: ''
4
HeaderFilterRegex: ''
5
-AnalyzeTemporaryDtors: false
+# AnalyzeTemporaryDtors: false # Remove or comment this line
6
FormatStyle: 'file'
7
CheckOptions:
8
- key: bugprone-argument-comment.CommentBoolLiterals
0 commit comments