[PATCH] D153018: [include-cleaner] Reorder SymbolReference fields to avoid padding space, NFC

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 15 06:41:23 PDT 2023


hokein created this revision.
hokein added a reviewer: VitaNuo.
Herald added subscribers: kadircet, arphaman.
Herald added a project: All.
hokein requested review of this revision.
Herald added a project: clang-tools-extra.

This will bring down the size from 40 bytes to 32 bytes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153018

Files:
  clang-tools-extra/clangd/IncludeCleaner.cpp
  clang-tools-extra/include-cleaner/include/clang-include-cleaner/Types.h
  clang-tools-extra/include-cleaner/lib/Analysis.cpp
  clang-tools-extra/include-cleaner/lib/HTMLReport.cpp
  clang-tools-extra/include-cleaner/lib/Record.cpp
  clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153018.531729.patch
Type: text/x-patch
Size: 4750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230615/954bbfd4/attachment.bin>


More information about the cfe-commits mailing list