[PATCH] D22512: Added hash_stream class for producing hash codes from data streams.
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 17:13:36 PDT 2016
chandlerc added a comment.
I'd like to understand the immediate motivation here...
While I understand the abstract use case, I'm very hesitant to extend this interface in such a significant way without a very strong and immediate use case at hand. The committee is still trying to get this API standardized and I think it is quite likely to change. The more we extend and build up dependencies on it the harder it will be to follow any subsequent changes.
https://reviews.llvm.org/D22512
More information about the llvm-commits
mailing list