[PATCH] D58749: [index-while-building] IndexRecordHasher
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 8 02:37:41 PST 2019
kadircet added inline comments.
================
Comment at: clang/lib/Index/IndexRecordHasher.h:41
+ /// Returns hash for all declaration occurences in \c Record.
+ llvm::hash_code hashRecord(const FileIndexRecord &Record);
+ llvm::hash_code hash(const Decl *D);
----------------
Why expose hashing functionality for other types?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58749/new/
https://reviews.llvm.org/D58749
More information about the cfe-commits
mailing list