Febbe added a comment.

I have a problem with lambdas capturing by copy implicitly (`[=]()...`). It 
seems like, that child nodes are not reachable via a MatchFinder unless they 
are spelled in source. I actually don't know how to prevent a fix elegantly: My 
proposed idea is, to check the source location of the capture list for each 
lambda and check, if the declRefExpr is part of it... . This is bug prone, and 
possibly slow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137205

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

Reply via email to