[clang-tools-extra] [clang-tidy] Update the documentation of bugprone-use-after-move to clarify patterns are regexes (PR #174238)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 5 06:52:01 PST 2026


================
@@ -259,15 +259,15 @@ Options
 
 .. option:: InvalidationFunctions
 
-  A semicolon-separated list of names of functions that cause their first
-  arguments to be invalidated (e.g., closing a handle).
+  A semicolon-separated list of regexes matching names of functions that cause
----------------
higher-performance wrote:

Done.

https://github.com/llvm/llvm-project/pull/174238


More information about the cfe-commits mailing list