[all-commits] [llvm/llvm-project] 1bb65b: Add IgnoreBaseInCopyConstructors to .clang-tidy
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jan 3 13:41:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bb65bd58fb24db0f48df830274581fa3be7e489
https://github.com/llvm/llvm-project/commit/1bb65bd58fb24db0f48df830274581fa3be7e489
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-03 (Mon, 03 Jan 2022)
Changed paths:
M .clang-tidy
Log Message:
-----------
Add IgnoreBaseInCopyConstructors to .clang-tidy
gcc issues warnings on copy constructors that do not explicitly
initialize the base class.
More information about the All-commits
mailing list