xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/google/build-namespaces.rst (revision cc38cd856d9a9df77d5d727377e38a891807774b)
1.. title:: clang-tidy - google-build-namespaces
2
3google-build-namespaces
4=======================
5
6`cert-dcl59-cpp` redirects here as an alias for this check.
7`fuchsia-header-anon-namespaces` redirects here as an alias for this check.
8
9Finds anonymous namespaces in headers.
10
11https://google.github.io/styleguide/cppguide.html#Namespaces
12
13Corresponding cpplint.py check name: `build/namespaces`.
14