llvm-project/clang-tools-extra/clang-tidy/abseil
Jonas Toth 3f51ee19ae [clang-tidy] Fix unordered_map failure with specializing std::hash<> and remove previous wrong attempt at doing so
llvm-svn: 348172
2018-12-03 19:41:04 +00:00
..
AbseilMatcher.h [clang-tidy] Abseil: Add more directories that are slated for future absl expansion. 2018-09-12 10:04:16 +00:00
AbseilTidyModule.cpp [clang-tidy] Recommit: Add the abseil-duration-comparison check 2018-12-03 19:22:08 +00:00
CMakeLists.txt [clang-tidy] Recommit: Add the abseil-duration-comparison check 2018-12-03 19:22:08 +00:00
DurationComparisonCheck.cpp [clang-tidy] Fix unordered_map failure with specializing std::hash<> and remove previous wrong attempt at doing so 2018-12-03 19:41:04 +00:00
DurationComparisonCheck.h [clang-tidy] Recommit: Add the abseil-duration-comparison check 2018-12-03 19:22:08 +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
DurationFactoryFloatCheck.cpp [clang-tidy] Recommit: Add the abseil-duration-comparison check 2018-12-03 19:22:08 +00:00
DurationFactoryFloatCheck.h [clang-tidy] Add the abseil-duration-factory-float check 2018-10-24 17:40:50 +00:00
DurationFactoryScaleCheck.cpp [clang-tidy] Recommit: Add the abseil-duration-comparison check 2018-12-03 19:22:08 +00:00
DurationFactoryScaleCheck.h Add the abseil-duration-factory-scale check. 2018-11-18 16:41:06 +00:00
DurationRewriter.cpp [clang-tidy] Recommit: Add the abseil-duration-comparison check 2018-12-03 19:22:08 +00:00
DurationRewriter.h [clang-tidy] Fix unordered_map failure with specializing std::hash<> and remove previous wrong attempt at doing so 2018-12-03 19:41:04 +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 [clang-tidy] Insert absl::StrAppend when replacing StrCat. 2018-09-11 12:19:45 +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