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

Hugo Gonzalez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 28 08:20:29 PDT 2018


hugoeg marked an inline comment as done.
hugoeg added inline comments.


================
Comment at: test/clang-tidy/Inputs/absl/external-file.h:1
+void DirectAcess2() { absl::strings_internal::InternalFunction(); }
+
----------------
hokein wrote:
> The file can not self-compile, and we should make it compilable.
> 
> And put the newly-added code at the end of the file, so that other test file can keep unchanged.
how do I make it compilable?


https://reviews.llvm.org/D50542





More information about the cfe-commits mailing list