Skip to content

Commit 9fc2d52

Browse files
committed
.clang-tidy: disabled misc-use-internal-linkage.AnalyzeTypes clang-tidy check for now
1 parent 3e8b81c commit 9fc2d52

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ CheckOptions:
8989
value: false
9090
- key: misc-override-with-different-visibility.DisallowedVisibilityChange
9191
value: widening
92+
- key: misc-use-internal-linkage.AnalyzeTypes
93+
value: false

clang-tidy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ The suggestions are too intrusive.
171171

172172
Currently flags functional casts - see https://github.com/llvm/llvm-project/issues/186784.
173173

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+
174178
### Disabled for performance reasons
175179

176180
`portability-std-allocator-const`<br/>

0 commit comments

Comments
 (0)