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.
|