summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy/checks/google-global-names-in-headers.rst
blob: 33a751235ab075cb983af6f86577891d08ca0412 (plain)
1
2
3
4
5
6
7
.. title:: clang-tidy - google-global-names-in-headers

google-global-names-in-headers
==============================

Flag global namespace pollution in header files.
Right now it only triggers on ``using`` declarations and directives.
OpenPOWER on IntegriCloud