Skip to content
Snippets Groups Projects
Commit 1bb65bd5 authored by Kazu Hirata's avatar Kazu Hirata
Browse files

Add IgnoreBaseInCopyConstructors to .clang-tidy

gcc issues warnings on copy constructors that do not explicitly
initialize the base class.
parent 4aba7e90
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,5 @@ CheckOptions:
value: CamelCase
- key: readability-identifier-naming.IgnoreMainLikeFunctions
value: 1
- key: readability-redundant-member-init.IgnoreBaseInCopyConstructors
value: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment