================
@@ -505,6 +505,7 @@ class ExprEngine {
   bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); }
   bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); }
 
+  CoreEngine &getCoreEngine() { return Engine; }
----------------
NagyDonat wrote:

In fact this was not necessary, so I removed it in 
https://github.com/llvm/llvm-project/pull/217319/commits/0b368b093db4919bd59fb0e2d35768bf2191e68f.

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

Reply via email to