================ @@ -0,0 +1,14 @@ +.. title:: clang-tidy - anonymous-namespace-in-header + +anonymous-namespace-in-header +============================= + +`cert-dcl59-cpp` redirects here as an alias for this check. +`fuchsia-header-anon-namespaces` redirects here as an alias for this check. +`google-build-namespaces` redirects here as an alias for this check. + +Finds anonymous namespaces in headers. + +https://google.github.io/styleguide/cppguide.html#Namespaces + +Corresponding cpplint.py check name: `build/namespaces`. ---------------- vbvictor wrote:
This should be moved to google docs (as it was before). https://github.com/llvm/llvm-project/pull/170986 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
