eisenwave wrote: > We already have code for finding padding (see #75371); can we share the code?
Oh wow, yeah, it looks like we can. The only issue is that the `PaddingClearer` only gives you padding intervals but not union intervals (not sure why), but finding the union intervals is relatively trivial compared to finding padding intervals. https://github.com/llvm/llvm-project/pull/200362 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
