[PATCH] D98377: [clangd] Show padding following a field on field hover.

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 10 16:43:40 PST 2021


njames93 added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/HoverTests.cpp:105
+         HI.Size = 1;
+         HI.Padding = 15;
+         HI.AccessSpecifier = "public";
----------------
Does it make any sense to include the padding for union fields?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98377/new/

https://reviews.llvm.org/D98377



More information about the cfe-commits mailing list