[all-commits] [llvm/llvm-project] 0cb2dd: [include-cleaner] Make Symbol (and Macro) hashable.

Sam McCall via All-commits all-commits at lists.llvm.org
Thu Nov 24 06:16:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cb2dd5322f494769a7c31c8ed8aab930919f5f3
      https://github.com/llvm/llvm-project/commit/0cb2dd5322f494769a7c31c8ed8aab930919f5f3
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-11-24 (Thu, 24 Nov 2022)

  Changed paths:
    M clang-tools-extra/include-cleaner/include/clang-include-cleaner/Types.h

  Log Message:
  -----------
  [include-cleaner] Make Symbol (and Macro) hashable.

For now, we decided not to add operator< or handle other variants.
(If we do so in future we may want to extract a base class).

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




More information about the All-commits mailing list