kees wrote: I may be misunderstanding what you're saying about -fdiagnostics-show-inlining-chain. Do you mean enable its functionality by default so it is not necessary to specify the flag, or do you mean remove its functionality entirely and only have the reporting provided by -gline-directives-only?
For Linux I want a behavior that always gives us the inlining report with minimal build time/size changes. The intention is to universally enable this behavior by default on all Linux builds so we can finally close the diagnostic gap between GCC and Clang. FORTIFY is not the only place this happens; it's just the one I see most often. This cannot be a two step "enable more diagnostics" thing: it needs to be visible during the Linux build, always, just as we already see from GCC. https://github.com/llvm/llvm-project/pull/174892 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
