llvm-project/clang-tools-extra/clang-tidy/abseil
Nico Weber 8f73c4432b Revert "[clang-tidy] Reworked enum options handling(again)"
This reverts commit b9306fd042
and follow-up 42a51587c7.

It seems to build check-clang-tools on macOS, see comments on
https://reviews.llvm.org/D82188
2020-06-28 21:49:29 -04: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 abseil-string-find-str-contains checker. 2020-05-28 12:35:57 -04:00
CMakeLists.txt [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04: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] Add the abseil-time-compare check 2019-03-11 16:47:45 +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 Fix typo. "piont" => "point" 2019-08-20 00:28:21 +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 Set traversal explicitly where needed in clang-tidy 2020-05-21 22:34:37 +01:00
DurationDivisionCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +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] Use StringSwitch in a bunch of places. NFCI. 2020-04-26 17:24:47 +02: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-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
DurationRewriter.h [clang-tidy] Add the abseil-time-compare check 2019-03-11 16:47:45 +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] Update Abseil Duration Conversion check to find more cases. 2020-03-13 12:52:37 -04:00
DurationUnnecessaryConversionCheck.h [clang-tidy] Add the abseil-duration-unnecessary-conversion check 2019-02-04 19:28:20 +00:00
FasterStrsplitDelimiterCheck.cpp Set traversal explicitly where needed in clang-tidy 2020-05-21 22:34:37 +01:00
FasterStrsplitDelimiterCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
NoInternalDependenciesCheck.cpp [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
NoInternalDependenciesCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
NoNamespaceCheck.cpp [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
NoNamespaceCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
RedundantStrcatCallsCheck.cpp Set traversal explicitly where needed in clang-tidy 2020-05-21 22:34:37 +01:00
RedundantStrcatCallsCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
StrCatAppendCheck.cpp Set traversal explicitly where needed in clang-tidy 2020-05-21 22:34:37 +01:00
StrCatAppendCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00
StringFindStartswithCheck.cpp Revert "[clang-tidy] Reworked enum options handling(again)" 2020-06-28 21:49:29 -04:00
StringFindStartswithCheck.h [clang-tidy] Move all checks to the new registerPPCallbacks API 2019-03-22 18:58:12 +00:00
StringFindStrContainsCheck.cpp [clang-tidy] Improved accuracy of check list updater script 2020-06-22 11:07:24 +01:00
StringFindStrContainsCheck.h [clang-tidy] Add abseil-string-find-str-contains checker. 2020-05-28 12:35:57 -04:00
TimeComparisonCheck.cpp [clang-tidy] Add the abseil-time-compare check 2019-03-11 16:47:45 +00:00
TimeComparisonCheck.h [clang-tidy] Add the abseil-time-compare check 2019-03-11 16:47:45 +00:00
TimeSubtractionCheck.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
TimeSubtractionCheck.h [clang-tidy] Add the abseil-time-subtraction check 2019-02-27 20:08:50 +00:00
UpgradeDurationConversionsCheck.cpp Set traversal explicitly where needed in clang-tidy 2020-05-21 22:34:37 +01:00
UpgradeDurationConversionsCheck.h [clang-tidy] Change checks to use new isLanguageVersionSupported restriction 2020-03-03 16:43:45 +00:00