[clang] [clang] Add sections to C++ DR status page (PR #165749)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 31 11:49:04 PDT 2025
Endilll wrote:
> Or we could force a linebreak between the number and the name. Would that significantly increase the vertical space used by the table?
As the page currently stands, it has 2778 single-line rows in my browser. If I add section name column, this number goes down dramatically, to 996. Even at this level the table height will grow by 30% if we do that.
These numbers make me think that we should try to preserve row height. I'm not sure if there's a good way to break up section names, but even at my 150% scale there's blank horizontal space which we can widen the table into to compensate for the new column. What do you think?
<img width="2563" height="839" alt="image" src="https://github.com/user-attachments/assets/7c6dedb3-8477-424f-97ca-985333ed0706" />
https://github.com/llvm/llvm-project/pull/165749
More information about the cfe-commits
mailing list