[PATCH] D62970: [clang-doc] De-duplicate comments
Jake Ehrlich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 6 14:48:03 PDT 2019
jakehehrlich added a comment.
Actually if we can make Description a hash set that would be best. I think using std::set would require an awkward < operator to be defined. There should be standard ways of getting hashes out of all the string and vector types and you can use hash_combine to combine all of these into a single hash.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62970/new/
https://reviews.llvm.org/D62970
More information about the cfe-commits
mailing list