Add IgnoreBaseInCopyConstructors to .clang-tidy
gcc issues warnings on copy constructors that do not explicitly initialize the base class.
Loading
Please register or sign in to comment
gcc issues warnings on copy constructors that do not explicitly initialize the base class.