phosek added a comment.

Do you know if regular expressions are necessary to cover the existing use 
cases? In our experience, while regular expressions are powerful, they also 
tend to be error prone and more difficult to reason about. Would glob patterns 
that are implemented by 
https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/Support/GlobPattern.h
 be sufficient?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142932/new/

https://reviews.llvm.org/D142932

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to