You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structS {
#definex(n) int m##n;
#include "x10000.h"
#undef x
} s= {
#definex(n) .m##n=n,
#include"x10000.h"#undefx
};
needs more than a second to compile, and scales quadratically with the number of fields. perf report shows 42% in CheckDesignatedInitializer, 34% in CheckStructUnionTypes and 17.5% in FieldDecl::getCanonicalDecl.