brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · 4a071a9 Raw
11 lines · plain
1.. title:: clang-tidy - google-global-names-in-headers2 3google-global-names-in-headers4==============================5 6Flag global namespace pollution in header files. Right now it only triggers on7``using`` declarations and directives.8 9The relevant style guide section is10https://google.github.io/styleguide/cppguide.html#Namespaces.11