================
@@ -191,6 +194,8 @@ class Context final {
 
   /// Current compilation context.
   ASTContext &Ctx;
+  /// Current proxy to language semantics.
+  SemaProxy *Sema;
----------------
katzdm wrote:

Thanks for pointing this out! This is my first time in the new constant 
evaluator; I think this member is detritus from an earlier state of the branch. 
I think you're right that it isn't needed.

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

Reply via email to