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

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 14 01:10:24 PDT 2018


JonasToth added inline comments.


================
Comment at: test/clang-tidy/abseil-no-internal-deps.cpp:5
+
+void DirectAcess(){
+  absl::strings_internal::InternalFunction();
----------------
Please run clang-format over the test code as well. The braces here in `FriendUsage` miss a space.


https://reviews.llvm.org/D50542





More information about the cfe-commits mailing list