[PATCH] D50542: [clang-tidy] Add abseil-no-internal-deps check
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 29 04:39:35 PDT 2018
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
LGTM with a nit, thanks for your work.
================
Comment at: clang-tidy/abseil/NoInternalDependenciesCheck.h:20
+/// Finds instances where the user depends on internal details and warns them
+/// against doing so.Should not run on internal Abseil files or Abseil source
+/// code.
----------------
This comment is out of date. The check can handle it, I think.
https://reviews.llvm.org/D50542
More information about the cfe-commits
mailing list