[clang-tools-extra] [clang-tidy][NFC][doc] improve "options" sections of `misc-`, `cppcore-` and other checks (PR #133694)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 31 07:58:38 PDT 2025


================
@@ -45,8 +45,8 @@ Options
 
     A semicolon-separated list of qualified types which should not be allowed to
     persist across suspension points.
-    Eg: ``my::lockable; a::b;::my::other::lockable;``
-    The default value of this option is `"std::lock_guard;std::scoped_lock"`.
+    Eg: `my::lockable;a::b;::my::other::lockable;`
----------------
vbvictor wrote:

Didn't see, thank you

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


More information about the cfe-commits mailing list