[all-commits] [llvm/llvm-project] 0e627c: [NFC][support] Extract `IsHashableData` out of class
Alexandre Rames via All-commits
all-commits at lists.llvm.org
Tue Sep 7 09:41:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e627c93be8c87c4ccc245ff86457a7b4f581144
https://github.com/llvm/llvm-project/commit/0e627c93be8c87c4ccc245ff86457a7b4f581144
Author: Alexandre Rames <arames at apple.com>
Date: 2021-09-07 (Tue, 07 Sep 2021)
Changed paths:
M llvm/include/llvm/Support/HashBuilder.h
Log Message:
-----------
[NFC][support] Extract `IsHashableData` out of class
Extract `HashBuilder::IsHashableData` out of class; it does not depend on
template parametres.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D109205
More information about the All-commits
mailing list