[clang-tools-extra] [clang-tidy][NFC][doc] improve "options" sections of `bugprone-` and `modernize-` checks (PR #133525)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 30 05:06:13 PDT 2025
================
@@ -163,7 +163,11 @@ Options
Semicolon-separated list of containers without their template parameters
and some ``emplace``-like method of the container. Example:
``vector::emplace_back``. Those methods will be checked for improper use and
- the check will report when a temporary is unnecessarily created.
+ the check will report when a temporary is unnecessarily created. Default
----------------
vbvictor wrote:
Ok, I will write all STL containers.
Also, need to add `std::flat_map` to that list. I will address this in another PR.
https://github.com/llvm/llvm-project/pull/133525
More information about the cfe-commits
mailing list