================
@@ -45,7 +54,7 @@ class TodoCommentCheck::TodoCommentHandler : public 
CommentHandler {
 private:
   TodoCommentCheck &Check;
   std::string User;
-  llvm::Regex TodoMatch;
+  std::list<std::string> TodoMatches;
----------------
AlanRosenthal wrote:

Hi @njames93, thanks for the review. I've updated the PR to initialize the 
regexes in the constructor.

I had thought about combining the regex, but I had concluded that it would make 
it very difficult to read / update / maintain.

Please take a look at the current version, thanks!

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

Reply via email to