flovent wrote:

> In this case the proper fix would be to make sure, every declaration is 
> correctly looked up from a lambda.

As i can know, lambdas can only capture variables in program, which seems can 
only comes from `VarDecl` or `BindingDecl`, so i think we don't need to handle 
other declarations for captured situation. 

And for other types of declaration handled in 
`VisitCommonDeclRefExpr`(`EnumConstantDecl`, `FunctionDecl`), they will not be 
variables obviously.


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

Reply via email to