[clang-tools-extra] Fix #179090: [clang-tidy][false-positive] `performance-unnecessary-value-param` when passing `std::function` rvalue into `std::map::try_emplace` (PR #180806)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 11 12:52:50 PST 2026
github-actions[bot] wrote:
<!--LLVM CODE LINT COMMENT: doc8-->
:warning: RST documentation linter, doc8 found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
```bash
doc8 -q clang-tools-extra/docs/clang-tidy/checks/performance/unnecessary-value-param.rst --config clang-tools-extra/clang-tidy/doc8.ini
```
</details>
<details>
<summary>
View the output from doc8 here.
</summary>
```
clang-tools-extra/docs/clang-tidy/checks/performance/unnecessary-value-param.rst:35: D001 Line too long
```
Note: documentation lines should be less than 80 characters wide.
</details>
https://github.com/llvm/llvm-project/pull/180806
More information about the cfe-commits
mailing list