[all-commits] [llvm/llvm-project] 3b5984: [include-cleaner] Reorder SymbolReference fields t...

Haojian Wu via All-commits all-commits at lists.llvm.org
Fri Jun 16 01:29:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b59842a721f0729221347ce0eb20075b1135cc5
      https://github.com/llvm/llvm-project/commit/3b59842a721f0729221347ce0eb20075b1135cc5
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

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

  Log Message:
  -----------
  [include-cleaner] Reorder SymbolReference fields to avoid padding space, NFC

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

Differential Revision: https://reviews.llvm.org/D153018




More information about the All-commits mailing list