================
@@ -514,7 +523,7 @@ def main():
 
         # Fill the queue with files.
         for name in files:
-            if file_name_re.search(name):
+            if file_name_re.search(name) and not 
directory_filters_re.search(name):
----------------
PiotrZSL wrote:

to be honest those lines should be handled like current filtering in line 491

https://github.com/llvm/llvm-project/pull/89302
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to