llvm-project/clang-tools-extra/clang-tidy/abseil
Jonas Toth 51aadb463e [clang-tidy] Add abseil-no-internal-dependencies check
Finds instances where the user depends on internal details and warns them against doing so.
Should not be run on internal Abseil files or Abseil source code.

Patch by hugoeg!

Differential Revision: https://reviews.llvm.org/D50542

llvm-svn: 340928
2018-08-29 14:23:15 +00:00
..
AbseilMatcher.h [clang-tidy] Abseil: no namepsace check 2018-08-28 07:48:28 +00:00
AbseilTidyModule.cpp [clang-tidy] Add abseil-no-internal-dependencies check 2018-08-29 14:23:15 +00:00
CMakeLists.txt [clang-tidy] Add abseil-no-internal-dependencies check 2018-08-29 14:23:15 +00:00
DurationDivisionCheck.cpp [clang-tidy] Abseil: integral division of Duration check 2018-08-17 15:19:19 +00:00
DurationDivisionCheck.h [clang-tidy] Abseil: integral division of Duration check 2018-08-17 15:19:19 +00:00
FasterStrsplitDelimiterCheck.cpp [clang-tidy] Abseil: faster strsplit delimiter check 2018-08-22 13:58:25 +00:00
FasterStrsplitDelimiterCheck.h [clang-tidy] Abseil: faster strsplit delimiter check 2018-08-22 13:58:25 +00:00
NoInternalDependenciesCheck.cpp [clang-tidy] Add abseil-no-internal-dependencies check 2018-08-29 14:23:15 +00:00
NoInternalDependenciesCheck.h [clang-tidy] Add abseil-no-internal-dependencies check 2018-08-29 14:23:15 +00:00
NoNamespaceCheck.cpp [clang-tidy] Abseil: no namepsace check 2018-08-28 07:48:28 +00:00
NoNamespaceCheck.h [clang-tidy] Abseil: no namepsace check 2018-08-28 07:48:28 +00:00
RedundantStrcatCallsCheck.cpp Introduce the abseil-redundant-strcat-calls check. 2018-08-29 11:29:07 +00:00
RedundantStrcatCallsCheck.h Introduce the abseil-redundant-strcat-calls check. 2018-08-29 11:29:07 +00:00
StrCatAppendCheck.cpp Introduce the abseil-str-cat-append check. 2018-08-29 11:17:31 +00:00
StrCatAppendCheck.h Introduce the abseil-str-cat-append check. 2018-08-29 11:17:31 +00:00
StringFindStartswithCheck.cpp Port getLocStart -> getBeginLoc 2018-08-09 22:42:26 +00:00
StringFindStartswithCheck.h