[clang-tools-extra] [clang-tidy][NFC][doc] improve "options" sections of `misc-`, `cppcore-` and other checks (PR #133694)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 31 07:53:14 PDT 2025
================
@@ -78,6 +78,6 @@ Options
co_await wait();
}
- Eg: ``my::safe::awaitable;other::awaitable``
- The default value of this option is empty string `""`.
+ Eg: `my::safe::awaitable;other::awaitable`
+ The default value of this option is an empty string.
----------------
EugeneZelenko wrote:
```suggestion
Default is an empty string.
```
https://github.com/llvm/llvm-project/pull/133694
More information about the cfe-commits
mailing list