[PATCH] D20795: Added basic capabilities to detect source code clones.
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 26 05:58:57 PDT 2016
NoQ added inline comments.
================
Comment at: lib/Analysis/CloneDetection.cpp:148
@@ +147,3 @@
+
+ // FIXME: This function has quadratic runtime right now. Check if skipping
+ // this function for too long CompoundStmts is an option.
----------------
I've a feeling this comment was forgotten :o
https://reviews.llvm.org/D20795
More information about the cfe-commits
mailing list