[clang-tools-extra] [clang-tidy] Rename google-build-namespaces to misc-anonymous-namespace-in-header (PR #173484)

via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 24 04:55:36 PST 2025


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/misc/anonymous-namespace-in-header.rst clang-tools-extra/docs/clang-tidy/checks/google/build-namespaces.rst clang-tools-extra/docs/clang-tidy/checks/list.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/misc/anonymous-namespace-in-header.rst:8: D001 Line too long
clang-tools-extra/docs/clang-tidy/checks/misc/anonymous-namespace-in-header.rst:19: D005 No newline at end of file
clang-tools-extra/docs/clang-tidy/checks/google/build-namespaces.rst:8: D005 No newline at end of file
```


Note: documentation lines should be less than 80 characters wide.
</details>


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


More information about the cfe-commits mailing list