================
@@ -1510,6 +1510,41 @@ class DeclRefExpr final
}
};
+class CThisExpr : public Expr {
----------------
Caryoake wrote:I've revamped the architecture accoriding to your suggestions and the diff provided by you. Thanks so much for the help. I've also added necessary comments. https://github.com/llvm/llvm-project/pull/199241 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
