[PATCH] D20795: Added basic capabilities to detect source code clones.

Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 26 11:20:59 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL276782: [analyzer] Add basic capabilities to detect source code clones. (authored by dergachev).

Changed prior to commit:
  https://reviews.llvm.org/D20795?vs=65506&id=65563#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D20795

Files:
  cfe/trunk/include/clang/Analysis/CloneDetection.h
  cfe/trunk/include/clang/StaticAnalyzer/Checkers/Checkers.td
  cfe/trunk/lib/Analysis/CMakeLists.txt
  cfe/trunk/lib/Analysis/CloneDetection.cpp
  cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
  cfe/trunk/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  cfe/trunk/test/Analysis/copypaste/blocks.cpp
  cfe/trunk/test/Analysis/copypaste/false-positives.cpp
  cfe/trunk/test/Analysis/copypaste/functions.cpp
  cfe/trunk/test/Analysis/copypaste/objc-methods.m
  cfe/trunk/test/Analysis/copypaste/sub-sequences.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20795.65563.patch
Type: text/x-patch
Size: 29813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160726/553dc0be/attachment-0001.bin>


More information about the cfe-commits mailing list