================ @@ -1488,6 +1491,8 @@ markup::Document HoverInfo::present() const { llvm::formatv(" (+{0} padding)", formatSize(*Padding)).str()); } } + if (Align) + Output.addParagraph().appendText("Align: " + formatSize(*Align)); ---------------- Endilll wrote:
My preference would be to have alignment on the same line as size, so that less vertical space is wasted. The following hover should illustrate why this might be more important than it appears on other hovers posted in this PR:  https://github.com/llvm/llvm-project/pull/67213 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits