AaronBallman wrote: > This introduces a compile-time regression: > https://llvm-compile-time-tracker.com/compare.php?from=c146e9fce8b46f2495a57c8ce7696da4da9d2a13&to=9a1860c45a915328b392fa1af0bbc75dbe96af7f&stat=instructions:u
Thank you for pointing this out! @rosefromthedead I think that's sufficient overhead to warrant reverting to see if we can address it (off-by-default diagnostics should not have measurable compile time overhead; perhaps testing if the diagnostic is enabled will be sufficient to address the performance issue though). https://github.com/llvm/llvm-project/pull/186770 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
