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