[PATCH] D23418: [analyzer] Added a reusable constraint system to the CloneDetector
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 20 09:45:21 PDT 2016
v.g.vassilev added inline comments.
================
Comment at: include/clang/Analysis/CloneDetection.h:235
@@ +234,3 @@
+ /// respective virtual methods.
+ class Constraint {
+ public:
----------------
I am still unsure about the name. It is too generic. What about `CloneConstraint`?
https://reviews.llvm.org/D23418
More information about the cfe-commits
mailing list