mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Union access should not be flagged by clang-tidy
This commit is contained in:
parent
94d81c0c6b
commit
f85bf9283a
1 changed files with 2 additions and 1 deletions
|
|
@ -7,8 +7,9 @@ Checks:
|
|||
- 'modernize-*'
|
||||
- 'performance-*'
|
||||
- '-bugprone-easily-swappable-parameters'
|
||||
- '-cppcoreguidelines-pro-type-reinterpret-cast'
|
||||
- '-cppcoreguidelines-avoid-do-while'
|
||||
- '-cppcoreguidelines-pro-type-reinterpret-cast'
|
||||
- '-cppcoreguidelines-pro-type-union-access'
|
||||
- '-misc-include-cleaner'
|
||||
- '-misc-non-private-member-variables-in-classes'
|
||||
- '-misc-use-anonymous-namespace'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue