hanchenye-llvm-project/clang-tools-extra/docs/clang-tidy/checks/google-build-namespaces.rst

13 lines
318 B
ReStructuredText

.. title:: clang-tidy - google-build-namespaces
google-build-namespaces
=======================
`cert-dcl59-cpp` redirects here as an alias for this check.
Finds anonymous namespaces in headers.
https://google.github.io/styleguide/cppguide.html#Namespaces
Corresponding cpplint.py check name: `build/namespaces`.