================
@@ -394,6 +394,13 @@ til::SExpr *SExprBuilder::translateDeclRefExpr(const
DeclRefExpr *DRE,
if (const auto *VarD = dyn_cast<VarDecl>(VD))
return translateVariable(VarD, Ctx);
+ if (const auto *FD = dyn_cast<FieldDecl>(VD)) {
----------------
Pranjal095 wrote:
I understand. Should I handle this semantic change in another patch, and target
this issue once I've completed my research on the different attribute spellings
that should be supported?
https://github.com/llvm/llvm-project/pull/167048
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits