1 .. title:: clang-tidy - abseil-no-namespace
6 Ensures code does not open ``namespace absl`` as that violates Abseil's
7 compatibility guidelines. Code should not open ``namespace absl`` as that
8 conflicts with Abseil's compatibility guidelines and may result in breakage.
18 will be prompted with a warning.
20 See `the full Abseil compatibility guidelines <https://
21 abseil.io/about/compatibility>`_ for more information.