[PATCH] D23314: [analyzer] CloneDetector allows comparing clones for suspicious variable pattern errors.

Raphael Isemann via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 17 14:23:54 PDT 2016


teemperor updated this revision to Diff 68422.
teemperor marked 11 inline comments as done.
teemperor added a comment.

- Made warning messages more 'clangish' as pointed out by Vassil (Thanks!)
- Improved the class/variable names as pointed out by Artem (Thanks a lot!)
- CloneChecker's functions are now out-of-line.


https://reviews.llvm.org/D23314

Files:
  include/clang/Analysis/CloneDetection.h
  lib/Analysis/CloneDetection.cpp
  lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  test/Analysis/copypaste/suspicious-clones.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23314.68422.patch
Type: text/x-patch
Size: 20094 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160817/b821d48d/attachment-0001.bin>


More information about the cfe-commits mailing list