nridge added a comment.

In D139926#4084854 <https://reviews.llvm.org/D139926#4084854>, @ckandeler wrote:

> I would have expected these to be handled by VisitDeclRefExpr(), but they 
> aren't. Any idea?

There are two other expression types, `DependentScopeDeclRefExpr` and 
`CXXDependentScopeMemberExpr`, which are used to model decl-ref-exprs where the 
referent decl cannot be resolved until instantiation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139926

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

Reply via email to