.. title:: clang-tidy - google-build-namespaces
.. meta::
   :http-equiv=refresh: 5;URL=../misc/anonymous-namespace-in-header.html

google-build-namespaces
=======================

The `google-build-namespaces` check is an alias, please see
:doc:`misc-anonymous-namespace-in-header
<../misc/anonymous-namespace-in-header>`
for more information.

Finds anonymous namespaces in headers.

https://google.github.io/styleguide/cppguide.html#Namespaces

Corresponding cpplint.py check name: `build/namespaces`.
