================
@@ -1510,6 +1510,46 @@ class DeclRefExpr final
   }
 };
 
+class CThisExpr : public Expr {
+  SourceLocation Loc;
+  bool IsImplicit;
----------------
hnrklssn wrote:

I think that would be good. We can always add it back should we end up needing 
it in the future.

https://github.com/llvm/llvm-project/pull/199241
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to