[PATCH] D22515: [analyzer] Added custom hashing to the CloneDetector.

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 20 03:19:35 PDT 2016


NoQ added inline comments.

================
Comment at: lib/Analysis/CloneDetection.cpp:550
@@ -548,2 +549,3 @@
         CloneDetector::CloneSignature SubSignature;
+        llvm::hash_stream SubHash;
 
----------------
Hmm, this still uses `hash_stream`.


https://reviews.llvm.org/D22515





More information about the cfe-commits mailing list