[PATCH] D31320: [analyzer] Teach CloneDetection about Qt Meta-Object Compiler
    Vassil Vassilev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jun 19 01:03:09 PDT 2017
    
    
  
v.g.vassilev added inline comments.
================
Comment at: cfe/trunk/include/clang/Analysis/CloneDetection.h:324
 
+struct AutoGeneratedCloneConstraint {
+  StringRef IgnoredFilesPattern;
----------------
Shouldn't the name be more generic. What this essentially does is to filter out false positives according to a regex...
Repository:
  rL LLVM
https://reviews.llvm.org/D31320
    
    
More information about the cfe-commits
mailing list