[PATCH] D20795: Added basic capabilities to detect source code clones.
Raphael Isemann via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 24 20:46:48 PDT 2016
teemperor marked 9 inline comments as done.
================
Comment at: include/clang/AST/CloneDetection.h:149
@@ +148,3 @@
+/// (e.g. function bodies). Other clones (e.g. cloned comments or declarations)
+/// are not supported.
+///
----------------
Put the idea on the future TODO list, but we probably can't reuse a big part of the current infrastructure for it.
https://reviews.llvm.org/D20795
More information about the cfe-commits
mailing list