llvm-project/clang-tools-extra/clang-tidy/abseil
Hyrum Wright 1c250bf296 [clang-tidy] Add the abseil-duration-unnecessary-conversion check
Differential Revision: https://reviews.llvm.org/D57353

llvm-svn: 353079
2019-02-04 19:28:20 +00:00
..
AbseilMatcher.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AbseilTidyModule.cpp [clang-tidy] Add the abseil-duration-unnecessary-conversion check 2019-02-04 19:28:20 +00:00
CMakeLists.txt [clang-tidy] Add the abseil-duration-unnecessary-conversion check 2019-02-04 19:28:20 +00:00
DurationAdditionCheck.cpp [clang-tidy] Rename time lookup functions; NFC 2019-02-02 19:57:37 +00:00
DurationAdditionCheck.h [clang-tidy] Add the abseil-duration-addition check 2019-01-28 14:03:09 +00:00
DurationComparisonCheck.cpp [clang-tidy] Rename the absl duration helper functions; NFC 2019-01-24 19:23:50 +00:00
DurationComparisonCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DurationConversionCastCheck.cpp [clang-tidy] Rename the absl duration helper functions; NFC 2019-01-24 19:23:50 +00:00
DurationConversionCastCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DurationDivisionCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DurationDivisionCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DurationFactoryFloatCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DurationFactoryFloatCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DurationFactoryScaleCheck.cpp [clang-tidy] Rename the absl duration helper functions; NFC 2019-01-24 19:23:50 +00:00
DurationFactoryScaleCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DurationRewriter.cpp [clang-tidy] Rename time lookup functions; NFC 2019-02-02 19:57:37 +00:00
DurationRewriter.h [clang-tidy] Rename time lookup functions; NFC 2019-02-02 19:57:37 +00:00
DurationSubtractionCheck.cpp [clang-tidy] Rename the absl duration helper functions; NFC 2019-01-24 19:23:50 +00:00
DurationSubtractionCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DurationUnnecessaryConversionCheck.cpp [clang-tidy] Add the abseil-duration-unnecessary-conversion check 2019-02-04 19:28:20 +00:00
DurationUnnecessaryConversionCheck.h [clang-tidy] Add the abseil-duration-unnecessary-conversion check 2019-02-04 19:28:20 +00:00
FasterStrsplitDelimiterCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FasterStrsplitDelimiterCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NoInternalDependenciesCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NoInternalDependenciesCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NoNamespaceCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NoNamespaceCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RedundantStrcatCallsCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RedundantStrcatCallsCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StrCatAppendCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StrCatAppendCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StringFindStartswithCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StringFindStartswithCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
UpgradeDurationConversionsCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
UpgradeDurationConversionsCheck.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00