njames93 added a comment. Whats the expected behaviour of sugar types. Can tests be added that demonstrate the behaviour. I'd argue these cases shouldn't be warned on if `IgnoreArrays` is enabled and If that behaviour isn't observed currently it should be addressed.
typedef int TypedefArray[4]; using UsingArray = int[4]; struct HasArrayMember { HasArrayMember() {} UsingArray U; // Don't warn on this? TypedefArray T; // Or this? int Number; // Do warn this. }; CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101239/new/ https://reviews.llvm.org/D101239 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits