We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
misc-use-internal-linkage.AnalyzeTypes
1 parent 3e8b81c commit 9fc2d52Copy full SHA for 9fc2d52
2 files changed
.clang-tidy
@@ -89,3 +89,5 @@ CheckOptions:
89
value: false
90
- key: misc-override-with-different-visibility.DisallowedVisibilityChange
91
value: widening
92
+ - key: misc-use-internal-linkage.AnalyzeTypes
93
+ value: false
clang-tidy.md
@@ -171,6 +171,10 @@ The suggestions are too intrusive.
171
172
Currently flags functional casts - see https://github.com/llvm/llvm-project/issues/186784.
173
174
+`misc-use-internal-linkage.AnalyzeTypes`<br/>
175
+
176
+Adding anonymous namespaces requires identation which is too instrusive right now. Would require changes to our fomatting configuration.
177
178
### Disabled for performance reasons
179
180
`portability-std-allocator-const`<br/>
0 commit comments