clang-tidy-readability-iden.../sources/TypeAlias.cpp

6 lines
69 B
C++

struct MyStructure {
int a;
};
using MY_STRUCT_TYPE = MyStructure;