[PATCH] D23418: [analyzer] Added a reusable constraint system to the CloneDetector

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 11:02:15 PDT 2017


teemperor updated this revision to Diff 93503.
teemperor added a comment.

- Remove the mysterious unicode-character at the start of CloneDetection.cpp
- Fixed formatting of the comment in CloneDetectionTest.cpp
- Fixed comment in StmtSequence::contains that was still talking about checking for translation units even though we compared declarations.

I think this is everything from my side for now :)


https://reviews.llvm.org/D23418

Files:
  include/clang/Analysis/CloneDetection.h
  lib/Analysis/CloneDetection.cpp
  lib/StaticAnalyzer/Checkers/CloneChecker.cpp
  unittests/Analysis/CMakeLists.txt
  unittests/Analysis/CloneDetectionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23418.93503.patch
Type: text/x-patch
Size: 73607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170330/116dc268/attachment-0001.bin>


More information about the cfe-commits mailing list