[PATCH] D138648: [include-cleaner] Make Symbol (and Macro) hashable.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 24 04:40:52 PST 2022


kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.

thanks, lgtm!



================
Comment at: clang-tools-extra/include-cleaner/include/clang-include-cleaner/Types.h:147
+  using Outer = clang::include_cleaner::Symbol;
+  constexpr static auto Member = &Outer::Storage;
+  using Base = DenseMapInfo<decltype(Outer::Storage)>;
----------------
probably left over?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138648



More information about the cfe-commits mailing list