Follow on from D78879: [clang-format] [PR45357] Fix issue found with operator spacing to handle the more obscure to prevent spaces between operators
operator void *&(); operator void *&&(); operator void &*(); operator void &&*();
Differential D79201
[clang-format] : Fix additional pointer alignment for overloaded operators MyDeveloperDay on Apr 30 2020, 1:32 PM. Authored by
Details Follow on from D78879: [clang-format] [PR45357] Fix issue found with operator spacing to handle the more obscure to prevent spaces between operators operator void *&(); operator void *&&(); operator void &*(); operator void &&*();
Diff Detail
Event TimelineComment Actions Looks OK but covers a lot of cases that can't happen, we should probably not test those at least :-)
|