[PATCH] D23418: [analyzer] Added a reusable constraint system to the CloneDetector
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 4 08:41:17 PDT 2017
NoQ accepted this revision.
NoQ added a comment.
Yay, i think this is good to go. Sorry again for being slow>< I guess i'd go ahead and land this patch soon.
================
Comment at: include/clang/Analysis/CloneDetection.h:228
+/// custom constraints.
+class CloneConstraint {
+public:
----------------
All right, now this is essentially a namespace :)
https://reviews.llvm.org/D23418
More information about the cfe-commits
mailing list