[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:50:04 PST 2025
================
@@ -255,6 +255,7 @@ New checks
Finds calls to STL library iterator algorithms that could be replaced with
LLVM range-based algorithms from ``llvm/ADT/STLExtras.h``.
+
----------------
zeyi2 wrote:
Looks like excessive whitespace.
Also you need to document the aliaes changes in a section called: [New check aliaes](https://github.com/llvm/llvm-project/blob/e73fe7b7fe1a9958a21ba60a32de5c43f0657814/clang-tools-extra/docs/ReleaseNotes.rst?plain=1#L274).
https://github.com/llvm/llvm-project/pull/173484
More information about the cfe-commits
mailing list