forked from OSchip/llvm-project
Add IgnoreBaseInCopyConstructors to .clang-tidy
gcc issues warnings on copy constructors that do not explicitly initialize the base class.
This commit is contained in:
parent
4aba7e901e
commit
1bb65bd58f
|
@ -16,4 +16,5 @@ CheckOptions:
|
|||
value: CamelCase
|
||||
- key: readability-identifier-naming.IgnoreMainLikeFunctions
|
||||
value: 1
|
||||
|
||||
- key: readability-redundant-member-init.IgnoreBaseInCopyConstructors
|
||||
value: 1
|
||||
|
|
Loading…
Reference in New Issue