We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
portability-avoid-pragma-once
1 parent 60b5768 commit 1488acfCopy full SHA for 1488acf
2 files changed
.clang-tidy
@@ -54,6 +54,7 @@ Checks: >
54
-performance-avoid-endl,
55
-performance-inefficient-string-concatenation,
56
-performance-no-automatic-move,
57
+ -portability-avoid-pragma-once,
58
-portability-simd-intrinsics,
59
-portability-std-allocator-const,
60
-readability-avoid-nested-conditional-operator,
clang-tidy.md
@@ -147,6 +147,10 @@ To be evaluated (need to enable explicitly).
147
148
These apply to codebases which use later standards then C++11 (C++17 is used when building with Qt6) so we cannot simply apply them.
149
150
+`portability-avoid-pragma-once`<br/>
151
+
152
+We are not interested in this.
153
154
### Disabled for performance reasons
155
156
`portability-std-allocator-const`<br/>
0 commit comments