Eugene.Zelenko added inline comments. ================ Comment at: docs/clang-tidy/checks/abseil-str-cat-append.rst:11 + + a = StrCat(a, b); // Use StrAppend(&a, b) instead. + ---------------- Please add namespace. https://reviews.llvm.org/D51061