[PATCH] D108482: [Clang] Fix instantiation of OpaqueValueExprs (Bug #45964)
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 31 19:28:06 PDT 2021
rjmccall added a comment.
Yes, that's right. OVE allows us to logically place a single expression in multiple positions in the expression hierarchy. This can be useful for either source or semantic fidelity.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108482/new/
https://reviews.llvm.org/D108482
More information about the cfe-commits
mailing list