Home
last modified time | relevance | path

Searched refs:WithCopyConstructor1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-member-init.cpp124 struct WithCopyConstructor1 : public T { struct
125 WithCopyConstructor1(const WithCopyConstructor1& other) : T(), in WithCopyConstructor1() function