mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
Do NOT set visibility to hidden for all targets
only if requested and only for our target use clang-tidy too on CI on cmacos
This commit is contained in:
parent
1b3755e6e5
commit
a50af55582
7 changed files with 26 additions and 16 deletions
|
@ -6,7 +6,7 @@ clang-analyzer-*,\
|
|||
cppcoreguidelines-*,\
|
||||
-cppcoreguidelines-macro-usage,\
|
||||
-cppcoreguidelines-owning-memory,\
|
||||
-hicpp-*,\
|
||||
hicpp-*,\
|
||||
misc-*,\
|
||||
-misc-non-private-member-variables-in-classes,\
|
||||
-modernize-*,\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue