[clang] [analyzer] Workaround for slowdown spikes (unintended scope increase) (PR #136720)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Tue May 6 06:11:24 PDT 2025
NagyDonat wrote:
I discussed the name with Endre (@gamesh411) in person and our best idea is `inline-functions-with-ambiguous-loops` which would be the opposite of the currently implemented `legacy-inlining-prevention` (i.e. the default would be `inline-functions-with-ambiguous-loops=false` which is equivalent to `legacy-inlining-prevention=true`).
@balazs-benics-sonarsource @anybody else
What do you think about this name? Would this be acceptable for you?
https://github.com/llvm/llvm-project/pull/136720
More information about the cfe-commits
mailing list