[PATCH] D22514: CloneDetection now respects statement specific data when searching for clones.
Raphael Isemann via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 22 08:32:14 PDT 2016
teemperor updated this revision to Diff 65086.
teemperor added a comment.
- StmtDataCollector is now using ConstStmtVisitor
- Added tests for StmtDataCollector
https://reviews.llvm.org/D22514
Files:
lib/Analysis/CloneDetection.cpp
test/Analysis/copypaste/test-asm.cpp
test/Analysis/copypaste/test-attributes.cpp
test/Analysis/copypaste/test-call.cpp
test/Analysis/copypaste/test-catch.cpp
test/Analysis/copypaste/test-delete.cpp
test/Analysis/copypaste/test-dependent-exist.cpp
test/Analysis/copypaste/test-expr-types.cpp
test/Analysis/copypaste/test-fold.cpp
test/Analysis/copypaste/test-generic.c
test/Analysis/copypaste/test-labels.cpp
test/Analysis/copypaste/test-lambda.cpp
test/Analysis/copypaste/test-min-max.cpp
test/Analysis/copypaste/test-operators.cpp
test/Analysis/copypaste/test-predefined.cpp
test/Analysis/copypaste/test-trait.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22514.65086.patch
Type: text/x-patch
Size: 20069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160722/18db60f8/attachment-0001.bin>
More information about the cfe-commits
mailing list