[PATCH] D50542: [clang-tidy] Add abseil-no-internal-deps check
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 10 05:54:09 PDT 2018
alexfh added inline comments.
================
Comment at: clang-tidy/abseil/NoInternalDepsCheck.cpp:38
+ "depends upon internal implementation details, which violates the "
+ "abseil compatibilty guidelines. These can be found at "
+ "https://abseil.io/about/compatibility");
----------------
s/. These can be found at/; see/
================
Comment at: clang-tidy/abseil/NoInternalDepsCheck.cpp:38
+ "depends upon internal implementation details, which violates the "
+ "abseil compatibilty guidelines. These can be found at "
+ "https://abseil.io/about/compatibility");
----------------
alexfh wrote:
> s/. These can be found at/; see/
s/abseil/Abseil/
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D50542
More information about the cfe-commits
mailing list