================
@@ -205,7 +204,7 @@ class ExprEngine {
virtual ~ExprEngine() = default;
/// Returns true if there is still simulation state on the worklist.
- bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
+ bool ExecuteWorkList(const StackFrame *L, unsigned Steps = 150000) {
----------------
tigbr wrote:
I have answered this is in longer comment too. Basically, any outdated names
are unintentional and were missed by accident. I will rename these.
https://github.com/llvm/llvm-project/pull/198211
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits