[PATCH] D132997: [clang][Interp] Handle DeclRefExpr of reference types
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 31 20:23:37 PDT 2022
shafik added a comment.
I think like @aaron.ballman was saying in another PR you should aim for as complete set of tests as possible even if you have to comment one that can't work yet. For example cases that would involve `MemberExpr` or `UsingShadow` for example as well as the cases you mentioned not implemented in your description.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132997/new/
https://reviews.llvm.org/D132997
More information about the cfe-commits
mailing list