================
@@ -278,9 +278,9 @@ class ProgramState : public llvm::FoldingSetNode {
   // Binding and retrieving values to/from the environment and symbolic store.
   //==---------------------------------------------------------------------==//
 
-  /// Create a new state by binding the value 'V' to the statement 'S' in the
+  /// Create a new state by binding the value 'V' to the expression 'E' in the
----------------
steakhal wrote:

```suggestion
  /// Create a new state by binding the value \p V to the expression \p E in the
```

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

Reply via email to