[PATCH] D50542: [clang-tidy] Add abseil-no-internal-deps check

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 13 09:13:05 PDT 2018


JonasToth added inline comments.


================
Comment at: clang-tidy/abseil/NoInternalDepsCheck.h:21
+/// against doing so. This check should not be run on internal Abseil files or
+///	Abseil source code.
+///
----------------
double blank


================
Comment at: docs/clang-tidy/checks/abseil-no-internal-deps.rst:17
+
+absl::strings_internal::foo();
+class foo{
----------------
That codeblock needs to be indented, see other checks for reference


https://reviews.llvm.org/D50542





More information about the cfe-commits mailing list