================
@@ -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) {
----------------
steakhal wrote:

Sometimes you rename the parameter names, sometimes you don't (like here).
How did you decide when to rename a parameter and when not?

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

Reply via email to