================
@@ -253,3 +253,13 @@ For example, if an additional member variable is added to 
``S``, it is easy to
 forget to add the reinitialization for this additional member. Instead, it is
 safer to assign to the entire struct in one go, and this will also avoid the
 use-after-move warning.
+
+Options
+-------
+
+.. option:: InvalidationFunctions
+
+  A semicolon-separated list of names of functions that cause their initial
+  arguments to be invalidated (e.g., closing a handle).
+  For member functions, the initial argument is considered to be the implicit
+  object argument (`this`).
----------------
vbvictor wrote:

```suggestion
  object argument (`this`). Default value is an empty string.
```

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

Reply via email to