brintos

brintos / llvm-project-archived public Read only

0
0
Text · 394 B · b421d99 Raw
14 lines · plain
1.. title:: clang-tidy - google-build-namespaces2 3google-build-namespaces4=======================5 6`cert-dcl59-cpp` redirects here as an alias for this check.7`fuchsia-header-anon-namespaces` redirects here as an alias for this check.8 9Finds anonymous namespaces in headers.10 11https://google.github.io/styleguide/cppguide.html#Namespaces12 13Corresponding cpplint.py check name: `build/namespaces`.14