xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/google/global-names-in-headers.rst (revision cc38cd856d9a9df77d5d727377e38a891807774b)
1.. title:: clang-tidy - google-global-names-in-headers
2
3google-global-names-in-headers
4==============================
5
6Flag global namespace pollution in header files. Right now it only triggers on
7``using`` declarations and directives.
8
9The relevant style guide section is
10https://google.github.io/styleguide/cppguide.html#Namespaces.
11